contrib/jam/Pkgfile

18 lines
412 B
Plaintext
Raw Normal View History

2007-09-12 15:40:23 +02:00
# Description: Software build tool.
# URL: http://www.perforce.com/jam/jam.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on:
2006-10-29 18:16:17 +01:00
name=jam
version=2.5
release=1
source=(ftp://ftp.perforce.com/pub/jam/jam-$version.zip)
build() {
make
./jam0 -sBINDIR=$PKG/usr/bin -sOPTIM="$CFLAGS" install
chmod -v +r $PKG/usr/bin/jam
}
2007-09-12 15:40:23 +02:00