supertux.paketlendi

This commit is contained in:
milisarge 2017-04-09 20:26:13 +03:00
parent 7f8733724f
commit 0f896c49f0
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Description: Bir zamanların efsane oyunu SuperMario benzeri bir oyun
# URL: http://supertux.github.io/
# Packager: yasarciv67@gmail.com
# Depends on: sdl2-image physfs openal libogg libvorbis glew glbinding cmake boost
name=supertux
version=0.5.1
release=1
source=(https://github.com/SuperTux/supertux/releases/download/v$version/SuperTux-v$version-Source.tar.gz)
build() {
cd SuperTux-v$version-Source
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINSTALL_SUBDIR_BIN=bin \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}