commit 40a950a72f2b76a3e54b5904d8a1eefe26e46fd3 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:21:56 2006 +0000 liba52: moved to attic diff --git a/liba52/.footprint b/liba52/.footprint deleted file mode 100644 index c52509e..0000000 --- a/liba52/.footprint +++ /dev/null @@ -1,17 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/a52dec --rwxr-xr-x root/root usr/bin/extract_a52 -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/a52dec/ --rw-r--r-- root/root usr/include/a52dec/a52.h --rw-r--r-- root/root usr/include/a52dec/attributes.h --rw-r--r-- root/root usr/include/a52dec/audio_out.h --rw-r--r-- root/root usr/include/a52dec/mm_accel.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/liba52.a --rwxr-xr-x root/root usr/lib/liba52.la -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/a52dec.1.gz --rw-r--r-- root/root usr/man/man1/extract_a52.1.gz diff --git a/liba52/.md5sum b/liba52/.md5sum deleted file mode 100644 index 50c5d73..0000000 --- a/liba52/.md5sum +++ /dev/null @@ -1 +0,0 @@ -caa9f5bc44232dc8aeea773fea56be80 a52dec-0.7.4.tar.gz diff --git a/liba52/Pkgfile b/liba52/Pkgfile deleted file mode 100644 index a7db608..0000000 --- a/liba52/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: a free ATSC A/52 stream decoder -# URL: http://liba52.sourceforge.net -# Maintainer: -# Packager: Matt Housh, jaeger at morpheus dot net - -name=liba52 -version=0.7.4 -release=1 -source=(http://liba52.sourceforge.net/files/a52dec-$version.tar.gz) - -build() { - cd a52dec-$version - ./configure --prefix=/usr --disable-solaris-audio --disable-win - make - make prefix=$PKG/usr install -}