contrib/celt51/Pkgfile

20 lines
435 B
Plaintext
Raw Normal View History

2013-04-09 16:24:24 +02:00
# Description: The CELT ultra-low delay audio codec
# URL: https://gitlab.xiph.org/xiph/celt
# Maintainer: Thomas Penteker, tek at serverop dot de
2013-06-17 23:35:36 +02:00
# Depends on: libogg
2013-04-09 16:24:24 +02:00
name=celt51
version=0.5.1.3
2013-04-09 16:24:24 +02:00
release=1
source=(https://gitlab.xiph.org/xiph/celt/-/archive/compat-v0.5.1.3/celt-compat-v0.5.1.3.tar.bz2)
2013-04-09 16:24:24 +02:00
build() {
cd celt-compat-v$version
2013-04-09 16:24:24 +02:00
./autogen.sh
2013-04-09 16:24:24 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}