.bep and .OPD files for blandenc, lame and vorbis-tools

This commit is contained in:
Scott McCreary
2009-11-26 09:15:45 +00:00
parent 3a7aca34de
commit b48d0c9cfb
8 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="bladeenc - An mp3 encoder"
HOMEPAGE="http://bladeenc.mp3.no/"
SRC_URI="http://bladeenc.mp3.no/source/bladeenc-0.94.2-src-stable.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd bladeenc-0.94.2
libtoolize --force --copy --install
aclocal
automake --add-missing
autoconf
./configure --prefix=/boot/common
make
make install
}
INSTALL {
cd bladeenc-0.94.2
make install
}