Initial .bep file for schismtracker. This pulls right from the hg repository. TODO: Add a .bep file for the the next

release after 2010-07-13 as they have fixed the Haiku build for gcc4 in hg.  Also need to add/upstream the Haiku HVIF 
icon, and move the resulting executable from B_COMMON_BIN_DIRECTORY/schismtracker to 
B_APPS_DIRECTORY/schismtracker/schismtracker.
This commit is contained in:
Scott McCreary
2010-07-13 16:20:33 +00:00
parent 27ed42d4f9
commit 9495d10059

View File

@@ -0,0 +1,29 @@
DESCRIPTION="schismtracker - a free reimplementation of Impulse Tracker, a program used to create high quality music."
HOMEPAGE="http://eval.sovietrussia.org//wiki/Schism_Tracker"
SRC_URI="hg+http://schismtracker.org/hg/"
REVISION="1"
STATUS_HAIKU="unstable"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="libsdl >= 1.2.14
gcc >= 4"
#CHECKSUM_MD5=""
BUILD {
cd schismtracker-20100713
aclocal
autoconf
autoheader
automake --add-missing
./configure --prefix=/boot/common
make
}
INSTALL {
cd schismtracker-20100713
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2005 Storlek
2005-2008 Mrs. Brisby
2009 Storlek & Mrs. Brisby
2010 Storlek"