milis/talimatname/genel/c/colobot-gold-data/talimat

21 lines
531 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: Colobot GOLD oyun verisi
# URL: http://colobot.info
# Paketçi: milisarge
# Gerekler: cmake python
# Grup: oyun
isim=colobot-gold-data
surum=0.1.11.1
devir=1
kaynak=(https://github.com/colobot/colobot-data/archive/colobot-gold-0.1.11.1-alpha.zip::$isim-$surum.zip)
derle() {
cd $SRC
_archive_dir="colobot-data-colobot-gold-0.1.11.1-alpha"
mkdir -p "$SRC/$_archive_dir/build"
cd "$SRC/$_archive_dir/build"
cmake ../ -DCMAKE_INSTALL_PREFIX="/usr" -DMUSIC=0
make
make DESTDIR="$PKG/" install
}