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

Allan McRae allan at archlinux.org
Wed Feb 8 10:34:57 UTC 2012


    Date: Wednesday, February 8, 2012 @ 05:34:56
  Author: allan
Revision: 149494

upgpkg: libmp3splt 0.7-2

pcre rebuild

Modified:
  libmp3splt/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 10:27:17 UTC (rev 149493)
+++ PKGBUILD	2012-02-08 10:34:56 UTC (rev 149494)
@@ -3,15 +3,16 @@
 
 pkgname=libmp3splt
 pkgver=0.7
-pkgrel=1
+pkgrel=2
+pkgdesc="Library for splitting mp3 and ogg files without decoding"
 arch=('i686' 'x86_64')
-pkgdesc="Library for splitting mp3 and ogg files without decoding"
+url="http://mp3splt.sourceforge.net"
 license=('GPL')
-url="http://mp3splt.sourceforge.net"
+depends=('libmad' 'libvorbis' 'libid3tag' 'libtool')
 makedepends=('git')
-depends=('libmad' 'libvorbis' 'libid3tag' 'libtool')
+options=(!libtool)
 source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-options=(!libtool)
+md5sums=('dadb166361e2a28955032a1b9f10ed38')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -20,8 +21,8 @@
   ./configure --prefix=/usr
   make
 }
+
 package() { 
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('dadb166361e2a28955032a1b9f10ed38')




More information about the arch-commits mailing list