Date: Sunday, July 22, 2012 @ 14:36:11
  Author: schiv
Revision: 163957

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

Added:
  qjackctl/repos/testing-i686/
  qjackctl/repos/testing-i686/PKGBUILD
    (from rev 163956, qjackctl/trunk/PKGBUILD)
  qjackctl/repos/testing-x86_64/
  qjackctl/repos/testing-x86_64/PKGBUILD
    (from rev 163956, qjackctl/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: qjackctl/repos/testing-i686/PKGBUILD (from rev 163956, 
qjackctl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2012-07-22 18:36:11 UTC (rev 163957)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgname=qjackctl
+pkgver=0.3.9
+pkgrel=2
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="http://qjackctl.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('f932c916f43ba3251d3a9ed62a448e43')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/testing-x86_64/PKGBUILD (from rev 163956, 
qjackctl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2012-07-22 18:36:11 UTC (rev 163957)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgname=qjackctl
+pkgver=0.3.9
+pkgrel=2
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="http://qjackctl.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('f932c916f43ba3251d3a9ed62a448e43')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to