[arch-commits] Commit in (aubio aubio/repos aubio/trunk aubio/trunk/PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Thu Sep 11 00:52:08 UTC 2008


    Date: Wednesday, September 10, 2008 @ 20:52:08
  Author: tobias
Revision: 12144

Added aubio for ardour (new required dependency)
	came from community

Added:
  aubio/
  aubio/repos/
  aubio/trunk/
  aubio/trunk/PKGBUILD

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

Added: aubio/trunk/PKGBUILD
===================================================================
--- aubio/trunk/PKGBUILD	                        (rev 0)
+++ aubio/trunk/PKGBUILD	2008-09-11 00:52:08 UTC (rev 12144)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD,v 1.1 2008/03/15 17:43:46 BaSh Exp $
+# Maintainer: Tobias Kieslich tobias [funnychar] archlinux org
+# AUR-Maintainer: Andrea Scarpino <bash.lnx at gmail.com>
+# Contributor: Peter Baldwin <bald_pete at hotmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=aubio
+pkgver=0.3.2
+pkgrel=3
+pkgdesc="A library for audio labelling"
+arch=('i686' 'x86_64')
+url="http://aubio.piem.org/"
+license=('GPL')
+depends=('libsamplerate' 'fftw' 'jack-audio-connection-kit')
+options=('!libtool')
+source=(http://aubio.piem.org/pub/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ffc3e5e4880fec67064f043252263a44')
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list