diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:21:55 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:21:55 +0200 |
commit | f68a3f1035826663f9398d60e1eecba2669c03fb (patch) | |
tree | f21fa3dcb925a0928ce3580dda6994168db18fdc /base | |
parent | 16a99b65c18cbea6c8e96e44df6866e57611c365 (diff) | |
download | nutyx-pakxe-f68a3f1035826663f9398d60e1eecba2669c03fb.tar.gz nutyx-pakxe-f68a3f1035826663f9398d60e1eecba2669c03fb.tar.bz2 nutyx-pakxe-f68a3f1035826663f9398d60e1eecba2669c03fb.tar.xz nutyx-pakxe-f68a3f1035826663f9398d60e1eecba2669c03fb.zip |
jam dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/jam/.footprint.i686 | 3 | ||||
-rw-r--r-- | base/jam/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | base/jam/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/jam/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/jam/Pkgfile | 17 |
5 files changed, 0 insertions, 25 deletions
diff --git a/base/jam/.footprint.i686 b/base/jam/.footprint.i686 deleted file mode 100644 index 1491c8314..000000000 --- a/base/jam/.footprint.i686 +++ /dev/null @@ -1,3 +0,0 @@ -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/.footprint.x86_64 b/base/jam/.footprint.x86_64 deleted file mode 100644 index 1491c8314..000000000 --- a/base/jam/.footprint.x86_64 +++ /dev/null @@ -1,3 +0,0 @@ -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.i686 b/base/jam/.md5sum.i686 deleted file mode 100644 index 17ad4ccc1..000000000 --- a/base/jam/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -25d4176e161abda946c317eb3948a1ae jam-2.5-haiku-20080327.tar.gz diff --git a/base/jam/.md5sum.x86_64 b/base/jam/.md5sum.x86_64 deleted file mode 100644 index 17ad4ccc1..000000000 --- a/base/jam/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -25d4176e161abda946c317eb3948a1ae jam-2.5-haiku-20080327.tar.gz 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 -} |