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
CommitLineData
4f97b8c8
VM
1# Description: MP3 encoder
2# URL: http://lame.sourceforge.net/
3# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
4f97b8c8
VM
5# Depends on: ncurses
6
7name=lame
8version=3.98.2
9release=1
10source=(http://dl.sourceforge.net/sourceforge/$name/$name-398-2.tar.gz)
11
12build () {
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}