diff --git a/celt51/.footprint b/celt51/.footprint new file mode 100644 index 000000000..ccf28ebfa --- /dev/null +++ b/celt51/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/celtdec051 +-rwxr-xr-x root/root usr/bin/celtenc051 +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/celt051/ +-rw-r--r-- root/root usr/include/celt051/celt.h +-rw-r--r-- root/root usr/include/celt051/celt_header.h +-rw-r--r-- root/root usr/include/celt051/celt_types.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcelt051.a +-rwxr-xr-x root/root usr/lib/libcelt051.la +lrwxrwxrwx root/root usr/lib/libcelt051.so -> libcelt051.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libcelt051.so.0 -> libcelt051.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libcelt051.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/celt051.pc diff --git a/celt51/.md5sum b/celt51/.md5sum new file mode 100644 index 000000000..41d0f309a --- /dev/null +++ b/celt51/.md5sum @@ -0,0 +1 @@ +67e7b5e45db57a6f1f0a6962f5ecb190 celt-0.5.1.3.tar.gz diff --git a/celt51/Pkgfile b/celt51/Pkgfile new file mode 100644 index 000000000..f2ee51f9e --- /dev/null +++ b/celt51/Pkgfile @@ -0,0 +1,19 @@ +# Description: The CELT ultra-low delay audio codec +# URL: http://www.celt-codec.org +# Maintainer: Thomas Penteker, tek at serverop dot de + +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 + +}