mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep and .OptionalPackageDescription files for libmad.
This commit is contained in:
20
media-libs/libmad/libmad-0.15.1.bep
Normal file
20
media-libs/libmad/libmad-0.15.1.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libmad-0.15.1b
|
||||
make install
|
||||
}
|
||||
5
media-libs/libmad/libmad.OptionalPackageDescription
Normal file
5
media-libs/libmad/libmad.OptionalPackageDescription
Normal file
@@ -0,0 +1,5 @@
|
||||
Package: libmad
|
||||
Version: 0.15.1b
|
||||
Copyright: 2000-2004 Underbit Technologies, Inc.
|
||||
License: GNU GPLv2
|
||||
URL: http://mad.sourceforge.net/
|
||||
Reference in New Issue
Block a user