19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
# 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
|
||
}
|