mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Initial .bep files for sdl-sound and cdrtools
This commit is contained in:
21
media-libs/sdl-sound/sdl-sound-1.0.3.bep
Normal file
21
media-libs/sdl-sound/sdl-sound-1.0.3.bep
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user