Files
haikuports/media-sound/schismtracker/schismtracker-20100713.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

32 lines
716 B
Plaintext

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=`finddir B_COMMON_DIRECTORY`
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"