milis/talimatname/genel/p/premake/talimat

18 lines
501 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: A simple build configuration and project generation tool using lua
2017-09-26 02:15:57 +02:00
# URL: http://industriousone.com/premake
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2017-09-26 02:15:57 +02:00
2017-10-28 14:10:23 +02:00
isim=premake
surum=4.3
devir=1
kaynak=(http://downloads.sourceforge.net/project/premake/Premake/4.3/premake-4.3-src.zip)
2017-09-26 02:15:57 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$SRC/premake-$surum/build/gmake.unix"
2017-09-26 02:15:57 +02:00
make
2017-10-28 14:10:23 +02:00
cd "$SRC/premake-$surum"
2017-09-26 02:15:57 +02:00
install -Dm755 "bin/release/premake4" "${PKG}/usr/bin/premake4"
2017-10-28 14:10:23 +02:00
install -Dm644 LICENSE.txt "$PKG/usr/share/licenses/$isim/LICENSE"
2017-09-26 02:15:57 +02:00
}