diff options
author | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
commit | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch) | |
tree | 803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/ripperx | |
parent | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff) |
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/ripperx')
-rw-r--r-- | community/ripperx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ripperx/PKGBUILD b/community/ripperx/PKGBUILD index c3ce208a1..ca5a1e3cf 100644 --- a/community/ripperx/PKGBUILD +++ b/community/ripperx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 33870 2010-11-28 21:48:24Z spupykin $ +# $Id: PKGBUILD 65503 2012-02-21 06:43:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=ripperx pkgver=2.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="GTK program to rip and encode mp3 files" arch=(i686 x86_64) url="http://ripperx.sourceforge.net/" @@ -15,7 +15,7 @@ md5sums=('f07c55edf08a1cd57537f1b9379b4e4d') build() { cd $srcdir/ripperX-$pkgver - ./configure --prefix=/usr + LDFLAGS=-lm ./configure --prefix=/usr make make DESTDIR=$pkgdir install } |