diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/toolame | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/toolame')
-rw-r--r-- | community/toolame/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/toolame/PKGBUILD b/community/toolame/PKGBUILD index 0f9fd76e3..48e2f25fc 100644 --- a/community/toolame/PKGBUILD +++ b/community/toolame/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 21306 2010-07-15 21:41:30Z tdziedzic $ +# $Id: PKGBUILD 65411 2012-02-21 03:29:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Victor Martinez Romanos <vmromanos@gmail.com> pkgname=toolame pkgver=02l -pkgrel=8 +pkgrel=9 pkgdesc="An optimized mpeg 1/2 layer 2 audio encoder" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/toolame" @@ -20,6 +20,6 @@ build() { cd $srcdir/$pkgname-$pkgver patch -p0 < ../toolame-02l.patch [ "$CARCH" = "x86_64" ] && sed -i "s|-march=i686|-march=x86-64|g" Makefile - make || return 1 + make install -D -m755 toolame $pkgdir/usr/bin/toolame } |