2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Zorlu bir 2D motocross platform oyunu, burada fizik oyunda önemli bir rol oynamaktadır
|
|
|
|
|
# URL: http://xmoto.tuxfamily.org
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: desktop-file-utils libxdg-basedir xorg-glu libmikmod libjpeg-turbo lua51 lua52 ode sdl-mixer sdl-net sdl-ttf
|
2018-07-25 13:34:04 +02:00
|
|
|
|
# Grup: oyun
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=xmoto
|
|
|
|
|
surum=0.5.11
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://download.tuxfamily.org/$isim/$isim/$surum/$isim-$surum-src.tar.gz
|
|
|
|
|
lua52_compat.patch )
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-$surum
|
|
|
|
|
patch -Np1 -i "${SRC}/lua52_compat.patch"
|
|
|
|
|
./bootstrap
|
|
|
|
|
rm -r src/ode
|
|
|
|
|
CPPFLAGS+=' -D_GLIBCXX_USE_CXX11_ABI=0'
|
|
|
|
|
|
|
|
|
|
./configure --prefix=/usr --disable-sdltest
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
|
|
# Masaüstü dosyasını yükle
|
|
|
|
|
install -Dm0644 "${SRC}/xmoto-0.5.11/extra/xmoto.desktop" \
|
|
|
|
|
"${PKG}/usr/share/applications/xmoto.desktop"
|
|
|
|
|
|
|
|
|
|
# Masaüstü dosyası için simge yükle.
|
|
|
|
|
install -Dm0644 "${SRC}/xmoto-0.5.11/extra/xmoto.xpm" \
|
|
|
|
|
"${PKG}/usr/share/pixmaps/xmoto.xpm"
|
|
|
|
|
#rm -rf $PKG/usr/share/doc
|
|
|
|
|
}
|