From a2505cfdafeca847b6802a244255d4cfc2106fa6 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 24 Dec 2009 08:57:22 +0000 Subject: [PATCH] added new .bep files for automake, and cylindrix, updated allegro bep file to include libvorbis as dependency --- games-action/cylindrix/cylindrix-1.0.bep | 17 +++++++++++++++++ media-libs/allegro/allegro-4.4.0.bep | 2 +- sys-devel/automake/automake-1.10.3.bep | 17 +++++++++++++++++ sys-devel/automake/automake-1.11.1.bep | 17 +++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 games-action/cylindrix/cylindrix-1.0.bep create mode 100644 sys-devel/automake/automake-1.10.3.bep create mode 100644 sys-devel/automake/automake-1.11.1.bep diff --git a/games-action/cylindrix/cylindrix-1.0.bep b/games-action/cylindrix/cylindrix-1.0.bep new file mode 100644 index 000000000..c66dfbf6a --- /dev/null +++ b/games-action/cylindrix/cylindrix-1.0.bep @@ -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 +} diff --git a/media-libs/allegro/allegro-4.4.0.bep b/media-libs/allegro/allegro-4.4.0.bep index 80782689c..51de4ef94 100644 --- a/media-libs/allegro/allegro-4.4.0.bep +++ b/media-libs/allegro/allegro-4.4.0.bep @@ -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 . diff --git a/sys-devel/automake/automake-1.10.3.bep b/sys-devel/automake/automake-1.10.3.bep new file mode 100644 index 000000000..7937ad356 --- /dev/null +++ b/sys-devel/automake/automake-1.10.3.bep @@ -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 +} diff --git a/sys-devel/automake/automake-1.11.1.bep b/sys-devel/automake/automake-1.11.1.bep new file mode 100644 index 000000000..a1a8f3210 --- /dev/null +++ b/sys-devel/automake/automake-1.11.1.bep @@ -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 +}