[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD PKGBUILD-0.9)

Jan Steffens heftig at nymeria.archlinux.org
Wed Aug 7 14:52:27 UTC 2013


    Date: Wednesday, August 7, 2013 @ 16:52:27
  Author: heftig
Revision: 192204

0.4.17

Added:
  libquvi-scripts/trunk/PKGBUILD-0.9
Modified:
  libquvi-scripts/trunk/PKGBUILD

--------------+
 PKGBUILD     |    4 ++--
 PKGBUILD-0.9 |   25 +++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-07 14:50:45 UTC (rev 192203)
+++ PKGBUILD	2013-08-07 14:52:27 UTC (rev 192204)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
 
 pkgname=libquvi-scripts
-pkgver=0.4.16
+pkgver=0.4.17
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('curl' 'lua')
 options=('!libtool')
 source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('693f9ebce64485367e29db07d11e4edf'
+md5sums=('8a887905a368bf31e0ace28e49b5c800'
          'SKIP')
 
 build() {

Added: PKGBUILD-0.9
===================================================================
--- PKGBUILD-0.9	                        (rev 0)
+++ PKGBUILD-0.9	2013-08-07 14:52:27 UTC (rev 192204)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi-scripts
+pkgver=0.9.20130619
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('7030104f089320fe3c2b74b1fe0d6447'
+         '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