faac: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:11:18 +00:00
parent 200385868f
commit ec82a0ca46
3 changed files with 0 additions and 31 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/faac
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/faac.h
-rw-r--r-- root/root usr/include/faaccfg.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfaac.a
-rwxr-xr-x root/root usr/lib/libfaac.la
lrwxrwxrwx root/root usr/lib/libfaac.so -> libfaac.so.0.0.0
lrwxrwxrwx root/root usr/lib/libfaac.so.0 -> libfaac.so.0.0.0
-rwxr-xr-x root/root usr/lib/libfaac.so.0.0.0

View File

@ -1 +0,0 @@
e72dc74db17b42b06155613489077ad7 faac-1.24.tar.gz

View File

@ -1,18 +0,0 @@
# Description: "Freeware Advanced Audio Coder" -- An MPEG-2 and MPEG-4 AAC audio encoder
# URL: http://sourceforge.net/projects/faac/
# Maintainer:
# Packager:
# Depends on: faad2
name=faac
version=1.24
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build () {
cd $name
sh ./bootstrap
./configure --prefix=/usr
make CFLAGS="$CFLAGS"
make prefix=$PKG/usr install
}