Initial creation of the haiku-apps directory, and initial addition of BeAE .bep and .OptionalPackageDescription files.

This commit is contained in:
Scott McCreary
2010-03-14 01:59:05 +00:00
parent 6949ac4ca4
commit 475c436397
3 changed files with 30 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="BeAE - Audio Editor"
HOMEPAGE="http://beae.berlios.de/"
SRC_URI="svn+http://svn.berlios.de/svnroot/repos/beae/trunk#20"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="cmake"
#CHECKSUM_MD5=""
BUILD {
cd beae-20
cmake .
make
}
INSTALL {
cd beae-20
make install
}

View File

@@ -0,0 +1,5 @@
Package: BeAE
Version: r20
Copyright: 2003 Xentronix
License: BeAE
URL: http://beae.berlios.de/

View File

@@ -3,23 +3,20 @@ HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9.tar.gz"
CHECKSUM_MD5="6dd5a85e4924689a35a5fb1cb3336156"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd sdl-ttf-2.0.9
cp /boot/home/config/share/libtool/config.guess .
cp /boot/home/config/share/libtool/config.sub .
libtoolize --copy --force
aclocal -I /boot/common/share/aclocal
automake --add-missing
cd SDL_ttf-2.0.9
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
libtoolize --copy --force --install
aclocal -I m4
# automake --add-missing --force-missing
autoconf
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd sdl-ttf-2.0.9
INSTALL {1
cd SDL_ttf-2.0.9
make install
}