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

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


    Date: Monday, September 23, 2013 @ 21:29:34
  Author: heftig
Revision: 194851

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libquvi/repos/gnome-unstable-i686/
  libquvi/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194850, libquvi/trunk/PKGBUILD)
  libquvi/repos/gnome-unstable-x86_64/
  libquvi/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194850, libquvi/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libquvi/repos/gnome-unstable-i686/PKGBUILD (from rev 194850, libquvi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-23 19:29:34 UTC (rev 194851)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi<0.9.0')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('12a62c4fcde9b6109193191b7bd3d685'
+         'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libquvi/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194850, libquvi/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-23 19:29:34 UTC (rev 194851)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi
+pkgver=0.9.3
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi<0.9.0')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('12a62c4fcde9b6109193191b7bd3d685'
+         'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list