milis/talimatname/genel/p/premake/talimat

19 lines
534 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: Lua kullanarak basit bir yapı yapılandırması ve proje oluşturma aracı
# URL: http://industriousone.com/premake
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=premake
surum=4.3
devir=1
kaynak=(http://downloads.sourceforge.net/project/premake/Premake/$surum/$isim-$surum-src.zip)
derle() {
cd "$SRC/premake-$surum/build/gmake.unix"
make
cd "$SRC/premake-$surum"
install -Dm755 "bin/release/premake4" "${PKG}/usr/bin/premake4"
install -Dm644 LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
}