opt/speexdsp/Pkgfile

21 lines
403 B
Plaintext
Raw Normal View History

# Description: DSP library derived from speex
# URL: https://www.speex.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
name=speexdsp
2020-01-12 04:38:05 +01:00
version=1.2.0
release=1
source=(http://downloads.us.xiph.org/releases/speex/$name-$version.tar.gz)
2020-01-12 04:38:05 +01:00
build(){
cd $name-$version
./configure \
--prefix=/usr
2020-01-12 04:38:05 +01:00
sed -i -e '/^SUBDIRS *=/s|\bdoc\b||' Makefile
make
make DESTDIR=$PKG install
}