CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dillo: fixed AR usage and added ssl support (https)
[attic/ports/opt-cross.git] / lame / Pkgfile
1 # Description: MP3 encoder
2 # URL: http://lame.sourceforge.net/
3 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: ncurses
6
7 name=lame
8 version=3.98.2
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/$name/$name-398-2.tar.gz)
11
12 build () {
13 cd $name-398-2
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man \
18 --disable-analyzer-hooks \
19 --disable-gtktest \
20 --enable-nasm
21 make -j1
22 make DESTDIR=$PKG install
23 rm -r $PKG/usr/share
24 }