mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
30
media-libs/libmad/libmad-0.15.1b.recipe
Normal file
30
media-libs/libmad/libmad-0.15.1b.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
DESCRIPTION="libmad - Mpeg Audio Decoder library"
|
||||
HOMEPAGE="http://mad.sourceforge.net/"
|
||||
SRC_URI="ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
CHECKSUM_MD5="1be543bc30c56fb6bea1d7bf6a64e66c"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd libmad-0.15.1b
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
sed -i 's/$optimize -fforce-mem/$optimize/g' configure.ac
|
||||
autoconf
|
||||
MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
|
||||
LIBDIR=`finddir B_COMMON_LIB_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--libdir=$LIBDIR \
|
||||
--mandir=$MANDIR
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libmad-0.15.1b
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2000-2004 Underbit Technologies, Inc."
|
||||
Reference in New Issue
Block a user