Initial .bep file for flac, and new .bep file to cover new sdl-mixer release 1.2.10

This commit is contained in:
Scott McCreary
2009-11-13 06:45:56 +00:00
parent c49907522b
commit a2e786a6b6
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="flac - Free Lossless Audio Codec"
HOMEPAGE="http://flac.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/project/flac/flac-src/flac-1.2.1-src/flac-1.2.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd flac-1.2.1
libtoolize --force --copy --install
./autogen.sh --prefix=/boot/common
make
}
INSTALL {
cd flac-1.2.1
make install
}