mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Added supertux, .bep and .patch done by GCI2012 student qxcv.
This commit is contained in:
12
games-arcade/supertux/patches/supertux-0.1.3.patch
Normal file
12
games-arcade/supertux/patches/supertux-0.1.3.patch
Normal 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) \
|
||||||
22
games-arcade/supertux/supertux-0.1.3.bep
Normal file
22
games-arcade/supertux/supertux-0.1.3.bep
Normal 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"
|
||||||
Reference in New Issue
Block a user