milis/talimatname/genel/j/jam/talimat

19 lines
385 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: Jam bir yazılım oluşturma aracıdır.
# URL: http://www.perforce.com/documentation/jam
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=jam
surum=2.5
devir=1
kaynak=(http://downloads.sourceforge.net/project/ede/jam/2.5-haiku-20080327/jam-2.5-haiku-20080327.tar.gz)
derle() {
cd $isim
make
mkdir -p $PKG/usr/bin
cp bin.linuxx86/jam \
$PKG/usr/bin/jam
}