summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 05:56:37 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 05:56:37 -0500
commit7141a5a344809feaa31c896e2786a8c6cc45059e (patch)
treef7ea2d147d3e95b44453a7594da3c4112a87f058 /pcr
parent7196e2d4aa0b943f7cd14eb63b4c5cc3e9838af2 (diff)
Removing youtube-dl-current, use youtube-dl instead
Diffstat (limited to 'pcr')
-rw-r--r--pcr/youtube-dl-current/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
deleted file mode 100644
index 533cf1995..000000000
--- a/pcr/youtube-dl-current/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer (Arch): Eric BĂ©langer <eric@archlinux.org>
-# Maintainer: Alon Ivtsan <alonivtsan@lavabit.com>
-# Based on https://www.archlinux.org/packages/community/any/youtube-dl/
-
-pkgname=youtube-dl-current
-_pkgname=youtube-dl
-provides=(youtube-dl)
-pkgver=2014.07.15
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/"
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig})
-
-prepare() {
- cd ${_pkgname}
- sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
- cd ${_pkgname}
- python setup.py install --root="${pkgdir}/" --optimize=1
- mv "${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
-}
-md5sums=('ebc14ead72704f232c16ff53a948da91'
- 'SKIP')