[arch-commits] Commit in libquvi-scripts/repos/testing-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Tue Oct 1 01:34:22 UTC 2013


    Date: Tuesday, October 1, 2013 @ 03:34:20
  Author: heftig
Revision: 195478

archrelease: copy trunk to testing-any

Added:
  libquvi-scripts/repos/testing-any/PKGBUILD
    (from rev 195477, libquvi-scripts/trunk/PKGBUILD)
Deleted:
  libquvi-scripts/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-01 01:32:05 UTC (rev 195477)
+++ PKGBUILD	2013-10-01 01:34:20 UTC (rev 195478)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi-scripts
-pkgver=0.9.20130903
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('5cd6fd297ded480bf1eccb2ced8962f0'
-         'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-nsfw --with-geoblocked
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libquvi-scripts/repos/testing-any/PKGBUILD (from rev 195477, libquvi-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-01 01:34:20 UTC (rev 195478)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi-scripts
+pkgver=0.9.20130903
+pkgrel=2
+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})
+md5sums=('5cd6fd297ded480bf1eccb2ced8962f0'
+         'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-nsfw --with-geoblocked
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list