opt/faad2/Pkgfile

22 lines
573 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ISO AAC audio decoder
# URL: http://www.audiocoding.com
# Maintainer: sten, nick dot steeves at shaw dot ca
2006-03-21 14:02:07 +01:00
# Packager:
2006-02-23 16:26:10 +01:00
# Depends on: libsndfile, id3lib
name=faad2
version=2.0
2006-03-21 14:02:07 +01:00
release=2
source=(http://dl.sourceforge.net/sourceforge/faac/${name}-${version}.tar.gz \
faad2-2.0-gcc4.patch)
2006-02-23 16:26:10 +01:00
build() {
2006-03-21 14:02:07 +01:00
cd $name
patch -p1 -i $SRC/faad2-$version-gcc4.patch
touch INSTALL
chmod +x bootstrap && ./bootstrap
./configure --prefix=/usr
cd libfaad && make DESTDIR=$PKG install && cd ..
cd common && make DESTDIR=$PKG install && cd ..
2006-02-23 16:26:10 +01:00
}