opt/speex/Pkgfile

24 lines
502 B
Plaintext
Raw Normal View History

2016-06-11 08:02:47 +02:00
# Description: A free codec library for speech.
# URL: http://www.speex.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Younes Hafri ycrux at club-internet dot fr
# Depends on: libogg
name=speex
2017-01-23 13:46:09 +01:00
version=1.2.0
2016-06-11 08:02:47 +02:00
release=1
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
2017-01-23 13:46:09 +01:00
--enable-epic-48k \
--enable-binaries
2016-06-11 08:02:47 +02:00
sed -i -e "/^SUBDIRS = /s/doc //" Makefile
make
2017-01-23 13:46:09 +01:00
make DESTDIR=$PKG install
2016-06-11 08:02:47 +02:00
}