summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-13 00:50:27 -0700
commit39e9111d76d232d65ca0c43285dea5bd5d58d28e (patch)
tree0c3db28c33246728e109f38902759fa8dfc998b3 /pcr
parent20bff71e3bf43ce7f3621da9cee37eb6ea3c14ad (diff)
Sun Oct 13 00:49:56 PDT 2013
Diffstat (limited to 'pcr')
-rw-r--r--pcr/libquvi-scripts-current/PKGBUILD29
-rw-r--r--pcr/quvi-current/PKGBUILD30
2 files changed, 30 insertions, 29 deletions
diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD
deleted file mode 100644
index 6a466b314..000000000
--- a/pcr/libquvi-scripts-current/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $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.19
-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})
-
-build() {
- cd "${_pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-nsfw --with-nlfy
- make
-}
-
-package() {
- cd "${_pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('a37221697367a700cc1cb3b1f4b681ec'
- 'SKIP')
diff --git a/pcr/quvi-current/PKGBUILD b/pcr/quvi-current/PKGBUILD
new file mode 100644
index 000000000..231e79658
--- /dev/null
+++ b/pcr/quvi-current/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 98182 2013-10-07 12:06:30Z jgc $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulgirl@archlinux.us
+
+pkgname=quvi-current
+_pkgname=quvi
+provides=(quvi)
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.xz"{,.sig})
+
+build() {
+ cd "${_pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${_pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('36ba58e00d10b38797c39c0c9e2ef663'
+ 'SKIP')