summaryrefslogtreecommitdiffstats
path: root/jam/Pkgfile
blob: 269dd8044024ead47a86f6f01a68119b8ab367d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Outil similaire à make
# URL: https://sourceforge.net/projects/ede/files/jam/2.5-haiku-20080327/
# Packager: thierryn1 at hispeed dot ch
# Maintainer: NuTyX core team
# Depends on:

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)
build() {
cd $name
make
mkdir -p $PKG/usr/bin
cp bin.linuxx86/jam \
        $PKG/usr/bin/jam
}