forked from ports/contrib
17 lines
358 B
Plaintext
17 lines
358 B
Plaintext
# Description: iLBC library
|
|
# URL: http://www.ilbcfreeware.org
|
|
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
|
|
# Depends on:
|
|
|
|
name=ilbc
|
|
version=0.1
|
|
release=1
|
|
source=(http://download.savannah.nongnu.org/releases/linphone/1.3.x/source/ilbc-rfc3951.tar.gz)
|
|
|
|
build () {
|
|
cd ilbc-rfc3951
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|