added new .bep files for automake, and cylindrix, updated allegro bep file to include libvorbis as dependency

This commit is contained in:
Scott McCreary
2009-12-24 08:57:22 +00:00
parent 8034234edc
commit a2505cfdaf
4 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="Cylindrix is a 3 degrees of freedom combat game"
HOMEPAGE="http://www.hardgeus.com/cylindrix/"
SRC_URI="http://www.hardgeus.com/cylindrix/cylindrix-1.0.tar.gz"
REVISION="1"
CHECKSUM_MD5="914cf70b0a95f4a36cfdfde7edbaa240"
STATUS_HAIKU="stable"
DEPEND="allegro"
BUILD {
cd cylindrix
CFLAGS='-O2' ./configure --prefix=/boot/common
make
}
INSTALL {
cd cylindrix
make install
}

View File

@@ -4,7 +4,7 @@ SRC_URI="http://downloads.sourceforge.net/project/alleg/allegro/4.4.0/allegro-4.
CHECKSUM_MD5="8a0bd73f5225ba8961211a5c440ff45d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="libvorbis"
BUILD {
cd allegro-4.4.0
cmake .

View File

@@ -0,0 +1,17 @@
DESCRIPTION="automake - Used to generate Makefile.in from Makefile.am"
HOMEPAGE="http://www.gnu.org/software/automake/"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.10.3.tar.gz"
CHECKSUM_MD5="03bc9ebfa805f9ee5635f1f53fa1fa5f"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd automake-1.10.3
./configure --prefix=/boot/common
make
}
INSTALL {
cd automake-1.10.3
make install
}

View File

@@ -0,0 +1,17 @@
DESCRIPTION="automake - Used to generate Makefile.in from Makefile.am"
HOMEPAGE="http://www.gnu.org/software/automake/"
SRC_URI="http://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.gz"
CHECKSUM_MD5="4ee7f0ff5f0e467d58b6bd5da96b1c74"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd automake-1.11.1
./configure --prefix=/boot/common
make
}
INSTALL {
cd automake-1.11.1
make install
}