diff options
author | root <root@rshg054.dnsready.net> | 2013-08-24 01:49:18 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-24 01:49:18 -0700 |
commit | 49e0f6ae5dad013852999f497117d6798b2fb085 (patch) | |
tree | 0df325f48646f4489efda55fa9c9e9bebbe24363 /pcr | |
parent | dbffe56f58d40a9a456baeba5d488c9f968a352a (diff) |
Sat Aug 24 01:47:21 PDT 2013
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/libquvi-scripts-current/PKGBUILD | 28 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
2 files changed, 30 insertions, 2 deletions
diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD new file mode 100644 index 000000000..ed6aa3a03 --- /dev/null +++ b/pcr/libquvi-scripts-current/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 188870 2013-06-23 17:45:51Z heftig $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> + +pkgname=libquvi-scripts-current +_pkgname=libquvi-scripts +provides=(libquvi-scripts) +pkgver=0.4.17 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('any') +url='http://quvi.sourceforge.net/' +license=('LGPL') +depends=('curl' 'lua') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('8a887905a368bf31e0ace28e49b5c800' + 'SKIP') + +build() { + cd "${_pkgname}-${pkgver}" + ./configure --prefix=/usr --with-nsfw --with-nlfy + make +} + +package() { + cd "${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index b3ce5f4f4..b6b7526e6 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.08.22 +pkgver=2013.08.23 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('ec5a15c938496f7654a25a6b181d0b89' +md5sums=('50c348f8dc28adff28d76420deff7297' 'SKIP') prepare() { |