milis/talimatname/genel/jam/talimat

18 lines
365 B
Text
Raw Normal View History

2016-02-24 02:27:23 +02:00
# Description: Jam is a software build tool.
# URL: http://www.perforce.com/documentation/jam
2017-01-31 04:35:21 +03:00
# Packager: milisarge
# Depends on:
2016-02-24 02:27:23 +02:00
name=jam
version=2.5
release=1
source=(http://downloads.sourceforge.net/project/ede/jam/2.5-haiku-20080327/jam-2.5-haiku-20080327.tar.gz)
2017-01-31 04:35:21 +03:00
2016-02-24 02:27:23 +02:00
build() {
cd $name
make
mkdir -p $PKG/usr/bin
cp bin.linuxx86/jam \
$PKG/usr/bin/jam
}