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="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
}