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

Jan Steffens heftig at archlinux.org
Wed May 6 19:45:11 UTC 2015


    Date: Wednesday, May 6, 2015 @ 21:45:11
  Author: heftig
Revision: 238563

archrelease: copy trunk to staging-any

Added:
  libquvi-scripts/repos/staging-any/
  libquvi-scripts/repos/staging-any/PKGBUILD
    (from rev 238562, libquvi-scripts/trunk/PKGBUILD)

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

Copied: libquvi-scripts/repos/staging-any/PKGBUILD (from rev 238562, libquvi-scripts/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2015-05-06 19:45:11 UTC (rev 238563)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi-scripts
+pkgver=0.9.20131130
+pkgrel=3
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('lua52-socket' 'lua52-bitop' 'lua52-expat' 'lua52-luajson')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('46ddfd887260a515199c2e1ba8c46d8a'
+         'SKIP')
+validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')
+
+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