Date: Monday, September 30, 2013 @ 14:26:19
  Author: heftig
Revision: 97881

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  quvi/repos/community-testing-i686/
  quvi/repos/community-testing-i686/PKGBUILD
    (from rev 97880, quvi/trunk/PKGBUILD)
  quvi/repos/community-testing-x86_64/
  quvi/repos/community-testing-x86_64/PKGBUILD
    (from rev 97880, quvi/trunk/PKGBUILD)

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

Copied: quvi/repos/community-testing-i686/PKGBUILD (from rev 97880, 
quvi/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-09-30 12:26:19 UTC (rev 97881)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+         'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: quvi/repos/community-testing-x86_64/PKGBUILD (from rev 97880, 
quvi/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-09-30 12:26:19 UTC (rev 97881)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.3.1
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+         'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to