milis/talimatname/genel/c/crawl-tiles/talimat

30 lines
711 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Zindan oyunu
2017-01-30 23:55:06 +01:00
# URL: http://crawl.develz.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: sdl-image sdl dejavu-ttf xorg-glu xorg-mesa glew dejavu-ttf
2018-08-17 13:21:46 +02:00
# Grup: oyun
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=crawl-tiles
surum=0.15.2
devir=1
kaynak=(http://sourceforge.net/projects/crawl-ref/files/Stone%20Soup/$surum/stone_soup-${surum}.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
cd stone_soup-$surum/source
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
sed -i Makefile \
-e 's|bin_prefix := bin|bin_prefix := usr/bin|' \
-e 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' \
-e 's|MCHMOD := 2755|MCHMOD := 755|'
make DESTDIR=$PKG \
2017-10-28 14:10:23 +02:00
DATADIR=/usr/share/$isim \
2016-02-24 01:27:23 +01:00
SAVEDIR='~/.crawl/' \
USE_UNICODE=y \
TILES=y \
install
mv $PKG/usr/bin/crawl $PKG/usr/bin/crawl-tiles
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
}