2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Zorlu bir 2D motocross platform oyunu, burada fizik oyunda önemli bir rol oynamaktadır
|
2016-06-28 18:53:12 +02:00
|
|
|
|
# URL: http://xmoto.tuxfamily.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: desktop-file-utils libxdg-basedir xorg-glu libmikmod libjpeg-turbo lua51 lua52 ode sdl-mixer sdl-net sdl-ttf
|
2016-06-28 18:53:12 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=xmoto
|
|
|
|
|
surum=0.5.11
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://download.tuxfamily.org/$isim/$isim/$surum/$isim-$surum-src.tar.gz
|
2016-06-28 20:48:14 +02:00
|
|
|
|
lua52_compat.patch )
|
2016-06-28 18:53:12 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-06-28 18:53:12 +02:00
|
|
|
|
patch -Np1 -i "${SRC}/lua52_compat.patch"
|
|
|
|
|
./bootstrap
|
|
|
|
|
rm -r src/ode
|
|
|
|
|
CPPFLAGS+=' -D_GLIBCXX_USE_CXX11_ABI=0'
|
2016-06-28 20:48:14 +02:00
|
|
|
|
|
2016-06-28 18:53:12 +02:00
|
|
|
|
./configure --prefix=/usr --disable-sdltest
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2017-05-01 10:55:43 +02:00
|
|
|
|
|
|
|
|
|
# Masaüstü dosyasını yükle
|
2016-06-28 20:48:14 +02:00
|
|
|
|
install -Dm0644 "${SRC}/xmoto-0.5.11/extra/xmoto.desktop" \
|
|
|
|
|
"${PKG}/usr/share/applications/xmoto.desktop"
|
|
|
|
|
|
2017-05-01 10:55:43 +02:00
|
|
|
|
# Masaüstü dosyası için simge yükle.
|
2016-06-28 20:48:14 +02:00
|
|
|
|
install -Dm0644 "${SRC}/xmoto-0.5.11/extra/xmoto.xpm" \
|
|
|
|
|
"${PKG}/usr/share/pixmaps/xmoto.xpm"
|
|
|
|
|
#rm -rf $PKG/usr/share/doc
|
2016-06-28 18:53:12 +02:00
|
|
|
|
}
|