#Maintainer: George Vlahavas pkgname=amrwb pkgver=7.0.0.3 pkgrel=1gv arch=x86_64 source=(http://ftp.penguin.cz/pub/users/utx/amr/amrwb-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.penguin.cz/~utx/amr slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "amrwb (3GPP AMR Wideband Speech Codecs)" "This is the 3GPP released AMR/AMR-WB reference implementations." "Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec 3GPP. This" "distribution is for non-commercial purpose only. Ask" "http://www.3gpp.org for a comvercial license." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }