CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libidl: added overlay port
[ports/opt-arm64.git] / speex / Pkgfile
CommitLineData
aefd70c3
VM
1# Description: A free codec library for speech.
2# URL: http://www.speex.org/
3# Maintainer: Danny Rawlins, crux at romster dot me
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Packager: Younes Hafri ycrux at club-internet dot fr
6# Depends on: libogg
7
8name=speex
7a29f5b6 9version=1.2rc2
aefd70c3
VM
10release=1
11source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
12
13build() {
7a29f5b6 14 cd $name-$version
aefd70c3
VM
15
16 ./configure --prefix=/usr \
17 --mandir=$PKG/usr/man \
18 --disable-static \
aefd70c3
VM
19 --build=aarch64-unknown-linux-gnueabi
20
21 sed -i -e "/^SUBDIRS = /s/doc //" Makefile
22 make
23 make prefix=$PKG/usr install
24}