# jam, ftp://ftp.perforce.com/pub/jam/

name=jam
version=2.5
release=1
source=(ftp://ftp.perforce.com/pub/jam/$name-$version.tar.gz)

build() {
    cd $name-$version
    make
    install -D -m755 jam0 $PKG/usr/bin/jam
}
