2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Xonotic, net hareket ve geniş bir silah yelpazesine sahip, bağımlılık yaratan, arena tarzı bir birinci şahıs nişancılık oyunudur.
|
2017-04-09 21:13:28 +02:00
|
|
|
|
# URL: https://xonotic.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: alsa-lib libjpeg-turbo libmodplug libvorbis xorg-libxpm xorg-libxxf86dga xorg-libxxf86vm libpng xorg-mesa
|
2017-04-09 21:13:28 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=xonotic
|
|
|
|
|
surum=0.8.2
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://dl.xonotic.org/$isim-$surum.zip)
|
2017-04-09 21:13:28 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-04-09 21:13:28 +02:00
|
|
|
|
cd Xonotic
|
|
|
|
|
|
|
|
|
|
make -C source/darkplaces CPUOPTIMIZATIONS="${CFLAGS}" DP_FS_BASEDIR=/usr/share/xonotic/ DP_LINK_TO_LIBJPEG=1 cl-release
|
|
|
|
|
install -Dm755 source/darkplaces/darkplaces-glx $PKG/usr/bin/xonotic-glx
|
|
|
|
|
|
|
|
|
|
mkdir -p $PKG/usr/share/xonotic/
|
|
|
|
|
mv data $PKG/usr/share/xonotic/
|
|
|
|
|
install -Dm644 key_0.d0pk $PKG/usr/share/xonotic/key_0.d0pk
|
|
|
|
|
}
|