forked from ports/contrib
libmad: opt -> contrib, picked up orphaned port
This commit is contained in:
parent
edc340c1cb
commit
5cc2ddf87d
11
libmad/.footprint
Normal file
11
libmad/.footprint
Normal file
@ -0,0 +1,11 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/mad.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libmad.a
|
||||
-rwxr-xr-x root/root usr/lib/libmad.la
|
||||
lrwxrwxrwx root/root usr/lib/libmad.so -> libmad.so.0.2.1
|
||||
lrwxrwxrwx root/root usr/lib/libmad.so.0 -> libmad.so.0.2.1
|
||||
-rwxr-xr-x root/root usr/lib/libmad.so.0.2.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/mad.pc
|
2
libmad/.md5sum
Normal file
2
libmad/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
1be543bc30c56fb6bea1d7bf6a64e66c libmad-0.15.1b.tar.gz
|
||||
1cef30792b753edc633e5a0122897e59 mad.pc
|
24
libmad/Pkgfile
Normal file
24
libmad/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: High-quality MPEG Audio Decoder library.
|
||||
# URL: http://www.underbit.com/products/mad/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Rene Thuemmler, rene dot thuemmler at gmx dot net
|
||||
|
||||
name=libmad
|
||||
version=0.15.1b
|
||||
release=4
|
||||
source=(http://downloads.sourceforge.net/project/mad/$name/$version/$name-$version.tar.gz
|
||||
mad.pc)
|
||||
|
||||
build() {
|
||||
install -d $PKG/usr/lib/pkgconfig
|
||||
sed -e "s/#version#/$version/" mad.pc > $PKG/usr/lib/pkgconfig/mad.pc
|
||||
|
||||
cd $name-$version
|
||||
|
||||
# remove -fforce-mem
|
||||
sed -i -e '19102d' configure
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
11
libmad/mad.pc
Normal file
11
libmad/mad.pc
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: mad
|
||||
Description: MPEG Audio Decoder
|
||||
Requires:
|
||||
Version: #version#
|
||||
Libs: -L${libdir} -lmad -lm
|
||||
Cflags: -I${includedir}
|
Loading…
x
Reference in New Issue
Block a user