1
0
forked from ports/contrib

jam: dropped obsolete port

This commit is contained in:
Danny Rawlins 2015-09-24 08:44:13 +10:00
parent 3154533fad
commit a98b293a61
3 changed files with 0 additions and 21 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/jam

View File

@ -1 +0,0 @@
f92caadb62fe4cb0b152eff508c9d450 jam-2.5.zip

View File

@ -1,17 +0,0 @@
# Description: Software build tool.
# URL: http://www.perforce.com/jam/jam.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on:
name=jam
version=2.5
release=1
source=(ftp://ftp.perforce.com/jam/jam-$version.zip)
build() {
make
./jam0 -sBINDIR=$PKG/usr/bin -sOPTIM="$CFLAGS" install
chmod -v +r $PKG/usr/bin/jam
}