Initial .bep files for sdl-sound and cdrtools

This commit is contained in:
Scott McCreary
2009-10-29 22:27:20 +00:00
parent 62a6c620ab
commit 9c194a6a8c
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
DESCRIPTION="sdl-sound"
HOMEPAGE="http://www.icculus.org/SDL_sound"
# We're using mercurial, so need to fake out the download for now
SRC_URI="http://www.haiku-ports.de/packages/sources/expat-2.0.1.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="libogg >= 1.1.4"
BUILD {
rm -r SDL_sound
hg clone http://hg.icculus.org/icculus/SDL_sound
cd SDL_sound
libtoolize --copy --force --install
./bootstrap
./configure --prefix=/boot/common
make
}
INSTALL {
cd SDL_sound
make install
}