contrib/opencore-amr/Pkgfile

20 lines
434 B
Plaintext
Raw Normal View History

2009-12-26 06:07:35 +01:00
# Description: An implementation of Adaptive Multi Rate Narrowband and Wideband speech codec.
2023-08-13 09:44:19 +02:00
# URL: https://opencore-amr.sourceforge.net/
# Maintainer: unmaintained
2009-12-26 06:07:35 +01:00
name=opencore-amr
2022-08-20 18:35:30 +02:00
version=0.1.6
2009-12-26 06:07:35 +01:00
release=1
2020-01-07 09:00:05 +01:00
source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz)
2009-12-26 06:07:35 +01:00
build() {
2023-08-13 09:44:19 +02:00
cd $name-$version
2009-12-26 06:07:35 +01:00
2023-08-13 09:44:19 +02:00
./configure \
--prefix=/usr \
--disable-dependency-tracking
2009-12-26 06:07:35 +01:00
2023-08-13 09:44:19 +02:00
make
make DESTDIR=$PKG install
2009-12-26 06:07:35 +01:00
}