summaryrefslogtreecommitdiffstats
path: root/base/jam
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-26 22:34:35 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-26 22:34:35 +0100
commit91b027d1c7fe984dd884c64fb4c069e022d87b93 (patch)
treece2c863d90d0ca5e62e07a2987065dc8356cf36d /base/jam
parentae7e00a25396bc1f069de06d06b5d34827a7067a (diff)
downloadnutyx-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')
-rw-r--r--base/jam/.footprint3
-rw-r--r--base/jam/.md5sum1
-rw-r--r--base/jam/Pkgfile17
3 files changed, 21 insertions, 0 deletions
diff --git a/base/jam/.footprint b/base/jam/.footprint
new file mode 100644
index 000000000..1491c8314
--- /dev/null
+++ b/base/jam/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwx--x--x root/root usr/bin/jam
diff --git a/base/jam/.md5sum b/base/jam/.md5sum
new file mode 100644
index 000000000..17ad4ccc1
--- /dev/null
+++ b/base/jam/.md5sum
@@ -0,0 +1 @@
+25d4176e161abda946c317eb3948a1ae jam-2.5-haiku-20080327.tar.gz
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
+}