contrib/celt51/Pkgfile
Thomas Penteker bd27765d8b Revert "celt51: 0.5.1.3 -> 0.5.2"
The 0.5.1 is required by spice, the only port currently depending on celt.

This reverts commit 8eb7f29533.
2015-08-18 22:35:20 +02:00

21 lines
379 B
Plaintext

# Description: The CELT ultra-low delay audio codec
# URL: http://www.celt-codec.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libogg
name=celt51
version=0.5.1.3
release=1
source=(http://downloads.xiph.org/releases/celt/celt-$version.tar.gz)
build() {
cd celt-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}