diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-26 22:34:35 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-26 22:34:35 +0100 |
commit | 91b027d1c7fe984dd884c64fb4c069e022d87b93 (patch) | |
tree | ce2c863d90d0ca5e62e07a2987065dc8356cf36d /base/jam/Pkgfile | |
parent | ae7e00a25396bc1f069de06d06b5d34827a7067a (diff) | |
download | nutyx-pakxe-91b027d1c7fe984dd884c64fb4c069e022d87b93.tar.gz nutyx-pakxe-91b027d1c7fe984dd884c64fb4c069e022d87b93.tar.bz2 nutyx-pakxe-91b027d1c7fe984dd884c64fb4c069e022d87b93.tar.xz nutyx-pakxe-91b027d1c7fe984dd884c64fb4c069e022d87b93.zip |
jam, déplacé dans base
Diffstat (limited to 'base/jam/Pkgfile')
-rw-r--r-- | base/jam/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/base/jam/Pkgfile b/base/jam/Pkgfile new file mode 100644 index 000000000..269dd8044 --- /dev/null +++ b/base/jam/Pkgfile @@ -0,0 +1,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 +} |