summaryrefslogtreecommitdiffstats
path: root/youtube-viewer/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /youtube-viewer/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'youtube-viewer/PKGBUILD')
-rw-r--r--youtube-viewer/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/youtube-viewer/PKGBUILD b/youtube-viewer/PKGBUILD
deleted file mode 100644
index 4c386c8..0000000
--- a/youtube-viewer/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
-
-pkgname=youtube-viewer
-pkgver=20111011
-pkgrel=1
-pkgdesc="Youtube Viewer: Search and play YouTube videos with MPlayer."
-arch=('any')
-url="https://github.com/trizen/$pkgname"
-license=('GPL')
-makedepends=('git')
-depends=('mplayer' 'perl-libwww')
-optdepends=("gcap: for retrieving Youtube closed captions. [in AUR]")
-_gitroot="git://github.com/trizen/$pkgname.git"
-_gitname="$pkgname"
-
-build() {
- msg "Connecting to github GIT server..."
-
- if [ -d $pkgname ]; then
- cd $pkgname && git pull origin
- else
- git clone $_gitroot
-
- cd $pkgname
- fi
-}
-
-package() {
- cd $pkgname
- install -m 755 -D $pkgname "$pkgdir/usr/bin/$pkgname"
-}