mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
23 lines
487 B
Plaintext
23 lines
487 B
Plaintext
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
|
|
}
|
|
LICENSE="GNU GPLv2"
|
|
COPYRIGHT="2000-2004 Underbit Technologies, Inc."
|