mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
32 lines
716 B
Plaintext
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"
|