mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
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:
29
media-sound/schismtracker/schismtracker-20100713.bep
Normal file
29
media-sound/schismtracker/schismtracker-20100713.bep
Normal 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"
|
||||||
Reference in New Issue
Block a user