summaryrefslogtreecommitdiffstats
path: root/jam/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'jam/Pkgfile')
-rw-r--r--jam/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/jam/Pkgfile b/jam/Pkgfile
new file mode 100644
index 000000000..269dd8044
--- /dev/null
+++ b/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
+}