milis/talimatname/genel/o/openra/talimat

25 lines
726 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: RedAlert oyunun mono tabanlıık kaynak uygulaması
# Url: http://www.openra.net
# Paketçi: milisarge
# Gerekler: mono dejavu-ttf openal freetype sdl2 lua51 hicolor-icon-theme gtk-update-icon-cache desktop-file-utils xdg-utils zenity unzip
# Grup: oyun
isim=openra
isim=OpenRA
surum=20170421
devir=1
kaynak=(https://github.com/$isim/$isim/archive/release-$surum.tar.gz)
derle() {
cd $isim-release-$surum
make dependencies
make core
make tools
make prefix=/usr DESTDIR="$PKG" install-all
make prefix=/usr DESTDIR="$PKG" install-linux-shortcuts
make prefix=/usr DESTDIR="$PKG" install-linux-mime
make prefix=/usr DESTDIR="$PKG" install-linux-appdata
make prefix=/usr DESTDIR="$PKG" install-man-page
}