From 0020cc650ff973f269f23332e82fc097254d0adc Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 Feb 2012 23:15:07 +0000 Subject: Sun Feb 12 23:15:07 UTC 2012 --- extra/libmp3splt/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'extra/libmp3splt') diff --git a/extra/libmp3splt/PKGBUILD b/extra/libmp3splt/PKGBUILD index f374e413d..c2bd39665 100644 --- a/extra/libmp3splt/PKGBUILD +++ b/extra/libmp3splt/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 131866 2011-07-16 10:20:18Z tpowa $ +# $Id: PKGBUILD 149956 2012-02-11 23:31:02Z allan $ # Maintainer: Tobias Powalowski pkgname=libmp3splt pkgver=0.7 -pkgrel=1 -arch=('i686' 'x86_64') +pkgrel=2 pkgdesc="Library for splitting mp3 and ogg files without decoding" -license=('GPL') +arch=('i686' 'x86_64') url="http://mp3splt.sourceforge.net" -makedepends=('git') +license=('GPL') depends=('libmad' 'libvorbis' 'libid3tag' 'libtool') -source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz) +makedepends=('git') options=(!libtool) +source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz) +md5sums=('dadb166361e2a28955032a1b9f10ed38') build() { cd $srcdir/$pkgname-$pkgver @@ -20,8 +21,8 @@ build() { ./configure --prefix=/usr make } + package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install } -md5sums=('dadb166361e2a28955032a1b9f10ed38') -- cgit v1.2.3-54-g00ecf