faac: moved to opt
This commit is contained in:
parent
35cc0db0d8
commit
f34c15576c
12
faac/.footprint
Normal file
12
faac/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
1
faac/.md5sum
Normal file
1
faac/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e72dc74db17b42b06155613489077ad7 faac-1.24.tar.gz
|
18
faac/Pkgfile
Normal file
18
faac/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Free MPEG-4 audio codecs from AudioCoding.com
|
||||
# URL: http://www.audiocoding.com/
|
||||
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: faad2
|
||||
|
||||
name=faac
|
||||
version=1.24
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name
|
||||
chmod +x bootstrap
|
||||
./bootstrap
|
||||
./configure --prefix=/usr
|
||||
make CFLAGS="$CFLAGS"
|
||||
make prefix=$PKG/usr install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user