Date: Monday, September 13, 2010 @ 17:36:43 Author: bisson Revision: 90607
add libcue (dependency of audacious) Added: libcue/ libcue/repos/ libcue/trunk/ libcue/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) Added: libcue/trunk/PKGBUILD =================================================================== --- libcue/trunk/PKGBUILD (rev 0) +++ libcue/trunk/PKGBUILD 2010-09-13 21:36:43 UTC (rev 90607) @@ -0,0 +1,24 @@ +# Maintainer: Gaetan Bisson <[email protected]> +# Contributor: said <atvordhosbn[at]gmail[dot]com> + +pkgname=libcue +pkgver=1.4.0 +pkgrel=2 +pkgdesc='Parses so-called cue sheets and handles the parsed data' +arch=('i686' 'x86_64') +url='http://sourceforge.net/projects/libcue/' +license=('GPL2') +depends=('glibc') +source=("http://downloads.sourceforge.net/libcue/$pkgname-$pkgver.tar.bz2") +sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./autogen.sh --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Property changes on: libcue/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
