Date: Thursday, April 2, 2015 @ 00:39:47 Author: eric Revision: 235335
New depends for audacity Added: sbsms/ sbsms/repos/ sbsms/trunk/ sbsms/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) Added: sbsms/trunk/PKGBUILD =================================================================== --- sbsms/trunk/PKGBUILD (rev 0) +++ sbsms/trunk/PKGBUILD 2015-04-01 22:39:47 UTC (rev 235335) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Eric Bélanger <[email protected]> +# Contributor: Devin J. Pohly <[email protected]> + +pkgname=sbsms +pkgver=2.0.2 +pkgrel=1 +pkgdesc="Library for time stretching and pitch scaling of audio" +arch=('i686' 'x86_64') +url="http://sbsms.sourceforge.net/" +license=('GPL') +options=('!staticlibs') +source=("http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz") +sha1sums=('1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7') + +build() { + cd lib$pkgname-$pkgver + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd lib$pkgname-$pkgver + make DESTDIR="$pkgdir/" install +} Property changes on: sbsms/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
