celt51: initial import

This commit is contained in:
Thomas Penteker 2013-04-09 16:24:24 +02:00
parent e20054a83f
commit 62fcda4a96
3 changed files with 37 additions and 0 deletions

17
celt51/.footprint Normal file
View File

@ -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

1
celt51/.md5sum Normal file
View File

@ -0,0 +1 @@
67e7b5e45db57a6f1f0a6962f5ecb190 celt-0.5.1.3.tar.gz

19
celt51/Pkgfile Normal file
View File

@ -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
}