libmad: opt -> contrib, picked up orphaned port

This commit is contained in:
Danny Rawlins 2012-05-28 00:21:26 +10:00
parent f091f43d88
commit d9cf56f381
4 changed files with 0 additions and 48 deletions

View File

@ -1,11 +0,0 @@
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

View File

@ -1,2 +0,0 @@
1be543bc30c56fb6bea1d7bf6a64e66c libmad-0.15.1b.tar.gz
1cef30792b753edc633e5a0122897e59 mad.pc

View File

@ -1,24 +0,0 @@
# Description: High-quality MPEG Audio Decoder library
# URL: http://www.underbit.com/products/mad/
# Maintainer: Simon Glossner, viper at hometux dot de
# Packager: Rene Thuemmler, rene dot thuemmler at gmx dot net
name=libmad
version=0.15.1b
release=4
source=(http://download.sourceforge.net/mad/${name}-${version}.tar.gz \
mad.pc)
build() {
mkdir -p $PKG/usr/lib/pkgconfig/
sed "s/#version#/$version/" mad.pc > $PKG/usr/lib/pkgconfig/mad.pc
cd $name-$version
# remove -fforce-mem
sed -i '19102d' configure
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +0,0 @@
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}