summaryrefslogtreecommitdiff
path: root/extra/libmp3splt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libmp3splt/PKGBUILD')
-rw-r--r--extra/libmp3splt/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/libmp3splt/PKGBUILD b/extra/libmp3splt/PKGBUILD
index af01492ea..ea9597c88 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 <tpowa@archlinux.org>
pkgname=libmp3splt
pkgver=0.7
-pkgrel=1
-arch=('i686' 'x86_64' 'mips64el')
+pkgrel=2
pkgdesc="Library for splitting mp3 and ogg files without decoding"
-license=('GPL')
+arch=('i686' 'x86_64' 'mips64el')
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')