contrib/amrnb/Pkgfile

27 lines
733 B
Plaintext
Raw Normal View History

2008-08-26 12:10:55 +02:00
# Description: Wrapper library for 3GPP Adaptive Multi-Rate Narrowband Floating-point Speech Codec.
# URL: http://www.penguin.cz/~utx/amr
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
2008-08-26 12:10:55 +02:00
# Depends on:
name=amrnb
version=7.0.0.2
release=1
source=(http://ftp.penguin.cz/pub/users/utx/amr/$name-$version.tar.bz2
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip)
build() {
cd $name-$version
cp $SRC/26104-700_ANSI_C_source_code.zip .
sed -i -e 's| $(MAKE) $(top_srcdir)/26104-700_ANSI_C_source_code.zip||' Makefile.in
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-static
make
make DESTDIR=$PKG install
}