From d4fdf01fc54953876f4adc37d5d1c5d82b28c81f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 31 Jul 2011 23:42:48 +0000 Subject: [PATCH] Added bep file to ease testing for SDL-1.3 update as part of GSoC. --- media-libs/libsdl/libsdl-1.3-gsoc.bep | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-libs/libsdl/libsdl-1.3-gsoc.bep diff --git a/media-libs/libsdl/libsdl-1.3-gsoc.bep b/media-libs/libsdl/libsdl-1.3-gsoc.bep new file mode 100644 index 000000000..9ee74b03a --- /dev/null +++ b/media-libs/libsdl/libsdl-1.3-gsoc.bep @@ -0,0 +1,25 @@ +DESCRIPTION="Simple Direct Media Layer" +HOMEPAGE="http://www.libsdl.org/" +SRC_URI="hg+http://bitbucket.org/antifinidictor/haiku-sdl-1.3" +#CHECKSUM_MD5="e52086d1b508fa0b76c52ee30b55bec4" +REVISION="1" +STATUS_HAIKU="broken" +MESSAGE="This is a work in progress and not ready for release." +DEPEND="" +BUILD { + cd libsdl-1.3-gsoc + ./autogen.sh + MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man + LIBDIR=`finddir B_COMMON_LIB_DIRECTORY` + ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --libdir=$LIBDIR \ + --mandir=$MANDIR + make +} + +INSTALL { + cd libsdl-1.3-gsoc + make install +} +LICENSE="Zlib" +COPYRIGHT="1997-2011 Sam Lantinga"