contrib/speex/Pkgfile

25 lines
545 B
Plaintext
Raw Normal View History

# Description: A free codec library for speech.
# URL: http://www.speex.org/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Younes Hafri ycrux at club-internet dot fr
# Depends on: libogg
2006-12-13 08:14:21 +01:00
name=speex
2009-02-15 11:32:28 +01:00
version=1.2rc1
release=1
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
build() {
2009-02-15 11:32:28 +01:00
cd $name-$version
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man \
2007-05-25 12:53:55 +02:00
--disable-static \
--enable-epic-48k
2007-05-25 12:53:55 +02:00
sed -i -e "/^SUBDIRS = /s/doc //" Makefile
make
make prefix=$PKG/usr install
}