[arch-commits] Commit in lame/repos/extra-i686 (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Wed Jun 3 14:15:24 UTC 2009
Date: Wednesday, June 3, 2009 @ 10:15:24
Author: hugo
Revision: 41362
Moving trunk/PKGBUILD to repos/extra-i686/PKGBUILD
Modified:
lame/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-03 14:13:53 UTC (rev 41361)
+++ PKGBUILD 2009-06-03 14:15:24 UTC (rev 41362)
@@ -4,21 +4,21 @@
pkgname=lame
pkgver=3.98.2
-pkgrel=1
+pkgrel=2
pkgdesc="An MP3 encoder and graphical frame analyzer"
arch=('i686' 'x86_64')
url="http://lame.sourceforge.net/"
depends=('ncurses')
makedepends=('nasm')
license=('LGPL')
+options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-398-2.tar.gz \
shared-frontend.patch)
md5sums=('719dae0ee675d0c16e0e89952930ed35' 'e7fc0e6d82dd35a01411be96fc8effab')
build() {
- cd $startdir/src/$pkgname-398-2
+ cd ${srcdir}/${pkgname}-398-2
./configure --prefix=/usr --enable-nasm --enable-shared
make || return 1
- make DESTDIR=$startdir/pkg install
- find $startdir/pkg -name '*.la' -exec rm {} \;
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list