diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-15 19:05:34 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-15 19:05:34 -0200 |
commit | 17f5ff4d42723cd8d385164aae97799ebc3fe75d (patch) | |
tree | c435f2cc475bdb9a9ecb0d4453e1bf2c4df0b99e | |
parent | d71213ddc9f0127c91ee3322291b34c214576f62 (diff) | |
parent | 5a5b5e97406f83f69c48a3ec9707a8b8a02a5486 (diff) | |
download | abslibre-17f5ff4d42723cd8d385164aae97799ebc3fe75d.tar.gz abslibre-17f5ff4d42723cd8d385164aae97799ebc3fe75d.tar.bz2 abslibre-17f5ff4d42723cd8d385164aae97799ebc3fe75d.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-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..2c480bd45 --- /dev/null +++ b/pcr/libquvi-scripts-current/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 196118 2013-10-07 11:53:00Z jgc $ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> + +pkgname=libquvi-scripts-current +_pkgname=libquvi-scripts +provides=(libquvi-scripts) +pkgver=0.9.20131012 +pkgrel=1 +pkgdesc='Library for parsing video download links.' +arch=('any') +url='http://quvi.sourceforge.net/' +license=('AGPL3') +options=('!libtool') +depends=('lua51-socket' 'lua51-bitop' 'lua51-expat') +source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) + +build() { + cd "${_pkgname}-${pkgver}" + ./configure --prefix=/usr --with-nsfw --with-geoblocked + make +} + +package() { + cd "${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} +md5sums=('bd11a7946212b3e42f11c69afacc371a' + 'SKIP') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 22cd86750..148fa6a82 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.10.09 +pkgver=2013.10.15 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('ddbefc30e4efefe29a2fe89ed6f4bccc' +md5sums=('dec34c0837db47b78d3febd67cf7725a' 'SKIP') |