2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Bir zamanların efsane oyunu SuperMario benzeri bir oyun
|
2017-04-09 19:26:13 +02:00
|
|
|
|
# URL: http://supertux.github.io/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: sdl2-image physfs openal libogg libvorbis glew glbinding cmake boost
|
2017-04-09 19:26:13 +02:00
|
|
|
|
|
|
|
|
|
name=supertux
|
|
|
|
|
version=0.5.1
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://github.com/SuperTux/supertux/releases/download/v$version/SuperTux-v$version-Source.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-04-09 19:26:13 +02:00
|
|
|
|
cd SuperTux-v$version-Source
|
|
|
|
|
cmake . \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
|
-DINSTALL_SUBDIR_BIN=bin \
|
|
|
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|