[arch-commits] Commit in libquvi-scripts/repos (2 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon Sep 23 19:29:04 UTC 2013


    Date: Monday, September 23, 2013 @ 21:29:04
  Author: heftig
Revision: 194850

archrelease: copy trunk to gnome-unstable-any

Added:
  libquvi-scripts/repos/gnome-unstable-any/
  libquvi-scripts/repos/gnome-unstable-any/PKGBUILD
    (from rev 194849, libquvi-scripts/trunk/PKGBUILD)

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

Copied: libquvi-scripts/repos/gnome-unstable-any/PKGBUILD (from rev 194849, libquvi-scripts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2013-09-23 19:29:04 UTC (rev 194850)
@@ -0,0 +1,25 @@
+# $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
+}




More information about the arch-commits mailing list