initial .bep file for libid3tag

This commit is contained in:
Scott McCreary
2010-12-14 21:37:23 +00:00
parent 1ca538e7e6
commit 0b8934a17c

View File

@@ -0,0 +1,29 @@
DESCRIPTION="The MAD id3tag library"
HOMEPAGE="http://www.underbit.com/products/mad/"
SRC_URI="ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.1b.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="e5808ad997ba32c498803822078748c3"
BUILD {
cd libid3tag-0.15.1b
libtoolize --force --copy --install
aclocal
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd libid3tag-0.15.1b
make install
}
TEST {
cd libid3tag-0.15.1b
# make test
# make check
}
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2004 Underbit Technologies, Inc."