18 lines
365 B
Plaintext
18 lines
365 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:
|
|||
|
|
|||
|
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
|
|||
|
}
|