Added supertux, .bep and .patch done by GCI2012 student qxcv.

This commit is contained in:
Scott McCreary
2012-11-29 07:03:04 +00:00
parent e86dcf4ea9
commit f2c5107990
2 changed files with 34 additions and 0 deletions

View File

@@ -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) \

View File

@@ -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"