Files
haikuports/media-libs/sdl-sound/sdl-sound-1.0.3.bep
Chris Roberts f25abfc80b Update mercurial to 1.5.3, git to 1.7.1
Fix sdl-sound bep file to download correctly.
2010-05-14 00:14:51 +00:00

19 lines
376 B
Plaintext

DESCRIPTION="sdl-sound"
HOMEPAGE="http://www.icculus.org/SDL_sound"
SRC_URI="hg+http://hg.icculus.org/icculus/SDL_sound#release-1.0.3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libogg >= 1.1.4"
BUILD {
cd sdl-sound-1.0.3
libtoolize --copy --force --install
./bootstrap
./configure --prefix=/boot/common
make
}
INSTALL {
cd sdl-sound-1.0.3
make install
}