diff --git a/games-arcade/supertux/patches/supertux-0.1.3.patch b/games-arcade/supertux/patches/supertux-0.1.3.patch new file mode 100644 index 000000000..08c03d475 --- /dev/null +++ b/games-arcade/supertux/patches/supertux-0.1.3.patch @@ -0,0 +1,12 @@ +diff -Naur supertux-0.1.3/data/Makefile.am supertux-0.1.3-haiku/data/Makefile.am +--- supertux-0.1.3/data/Makefile.am 2005-07-08 22:18:26.015990784 +1000 ++++ supertux-0.1.3-haiku/data/Makefile.am 2012-11-28 23:13:56.921960448 +1000 +@@ -2,8 +2,6 @@ + supertux.strf \ + $(wildcard *.txt) \ + CREDITS \ +- $(wildcard sounds/*.wav) \ +- images/icon.xpm \ + $(wildcard images/*.png) \ + $(wildcard images/*.xpm) \ + $(wildcard images/background/*.png) \ diff --git a/games-arcade/supertux/supertux-0.1.3.bep b/games-arcade/supertux/supertux-0.1.3.bep new file mode 100644 index 000000000..159c000b3 --- /dev/null +++ b/games-arcade/supertux/supertux-0.1.3.bep @@ -0,0 +1,22 @@ +DESCRIPTION="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original Super Mario games." +HOMEPAGE="http://supertux.lethargik.org/" +SRC_URI="http://supertux.googlecode.com/files/supertux-0.1.3.tar.bz2" +STATUS_HAIKU="unstable" +CHECKSUM_MD5="f2fc288459f33d5cd8f645fbca737a63" +DEPEND=">=media-libs/libsdl-1.2.4" +REVISION="1" + +BUILD { + cd supertux-0.1.3 + autoreconf --force --install + ./configure --prefix="`finddir B_COMMON_DIRECTORY`" + make +} + +INSTALL { + cd supertux-0.1.3 + make install +} + +LICENSE="GNU GPL v2" +COPYRIGHT="2003 SuperTux Devel Team"