mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep file for flac, and new .bep file to cover new sdl-mixer release 1.2.10
This commit is contained in:
17
media-libs/flac/flac-1.2.1.bep
Normal file
17
media-libs/flac/flac-1.2.1.bep
Normal 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
|
||||
}
|
||||
24
media-libs/sdl-mixer/sdl-mixer-1.2.10.bep
Normal file
24
media-libs/sdl-mixer/sdl-mixer-1.2.10.bep
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="Simple Direct Layer Mixer Library"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.10.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd SDL_mixer-1.2.10
|
||||
libtoolize --force --copy --install
|
||||
cp ltmain.sh build-scripts/ltmain.sh
|
||||
cp /boot/common/share/aclocal/libtool.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltversion.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
|
||||
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd SDL_mixer-1.2.10
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user