mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Added bep file to ease testing for SDL-1.3 update as part of GSoC.
This commit is contained in:
25
media-libs/libsdl/libsdl-1.3-gsoc.bep
Normal file
25
media-libs/libsdl/libsdl-1.3-gsoc.bep
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user