milis/talimatname/genel/s/supertux/talimat

22 lines
550 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Bir zamanların efsane oyunu SuperMario benzeri bir oyun
# URL: http://supertux.github.io/
2018-07-30 10:30:21 +02:00
# Paketçi: yasarciv67
2018-06-09 00:06:58 +02:00
# Gerekler: sdl2-image physfs openal libogg libvorbis glew glbinding cmake boost
2018-07-30 10:30:21 +02:00
# Grup: oyun
2018-06-09 00:06:58 +02:00
isim=supertux
surum=0.5.1
devir=1
kaynak=(https://github.com/SuperTux/supertux/releases/download/v$surum/SuperTux-v$surum-Source.tar.gz)
derle() {
cd SuperTux-v$surum-Source
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINSTALL_SUBDIR_BIN=bin \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}