summaryrefslogtreecommitdiffstats
path: root/base/jam/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:21:55 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:21:55 +0200
commitf68a3f1035826663f9398d60e1eecba2669c03fb (patch)
treef21fa3dcb925a0928ce3580dda6994168db18fdc /base/jam/Pkgfile
parent16a99b65c18cbea6c8e96e44df6866e57611c365 (diff)
downloadnutyx-extra-f68a3f1035826663f9398d60e1eecba2669c03fb.tar.gz
nutyx-extra-f68a3f1035826663f9398d60e1eecba2669c03fb.tar.bz2
nutyx-extra-f68a3f1035826663f9398d60e1eecba2669c03fb.tar.xz
nutyx-extra-f68a3f1035826663f9398d60e1eecba2669c03fb.zip
jam dans extra
Diffstat (limited to 'base/jam/Pkgfile')
-rw-r--r--base/jam/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/jam/Pkgfile b/base/jam/Pkgfile
deleted file mode 100644
index 269dd8044..000000000
--- a/base/jam/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}