milis/talimatname/genel/b/bomberclone/talimat

23 lines
557 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bir Atomic Bomberman klonu (SDL/MultiPlayer/Network).
# URL: http://www.bomberclone.de/
# Paketçi: milisarge
# Gerekler: sdl-mixer sdl-image
# Grup: oyunlar
isim=bomberclone
surum=0.11.9
devir=1
kaynak=(http://downloads.sourceforge.net/project/$isim/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i -e '/^packagedatadir=/s|share/games/${PACKAGE}|share/${PACKAGE}|' configure
./configure \
--prefix=/usr \
--disable-debug \
--disable-werror \
--disable-dependency-tracking
make LDFLAGS+="-lm"
make DESTDIR=$PKG install
}