diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 01:08:38 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-13 01:08:38 -0300 |
commit | 6b1c32bde545b9e47ab1fe83fdfb722ca6218393 (patch) | |
tree | ac8f75aa35fc81be9eaffe905ab498e7713b2f84 /extra/libmp3splt/PKGBUILD | |
parent | 2c721caa534df76621bf07705ed0ea80efe44f8b (diff) | |
parent | 0020cc650ff973f269f23332e82fc097254d0adc (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccze/PKGBUILD
community/remind/PKGBUILD
core/iw/PKGBUILD
core/less/PKGBUILD
extra/davfs2/PKGBUILD
extra/ettercap/PKGBUILD
extra/gtk-xfce-engine/PKGBUILD
extra/imagemagick/PKGBUILD
extra/kismet/PKGBUILD
extra/libmp3splt/PKGBUILD
extra/php/PKGBUILD
extra/xfce4-verve-plugin/PKGBUILD
multilib/lib32-glib2/PKGBUILD
multilib/lib32-pcre/PKGBUILD
multilib/wine/PKGBUILD
staging/xorg-server/PKGBUILD
Diffstat (limited to 'extra/libmp3splt/PKGBUILD')
-rw-r--r-- | extra/libmp3splt/PKGBUILD | 15 |
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') |