milis/talimatname/genel/a/allegro/talimat

23 lines
507 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: C/C++ için çoklu platform oyun geliştirme kütüphanesi.
# URL: http://alleg.sourceforge.net/
# Paketçi: milisarge
# Gerekler: flac gtk3 libidn libvorbis xorg-glu openal physfs xorg-libxpm xorg-libxxf86dga
isim=allegro
surum=5.1.12
devir=1
kaynak=(http://download.gna.org/allegro/allegro-unstable/$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum.0
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release .
make
make DESTDIR=$PKG install
}