diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:36:12 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:36:12 +0100 |
commit | d7115ea3f61491b118a09903d70fe92476d18c61 (patch) | |
tree | 3811c3bc43e64c17c799be7f7f3e8ad0cd694a1b /base/jfsutils/Pkgfile | |
parent | e407d52d35b9d72ad8f9c67e99f43f81fa00ddb3 (diff) | |
download | nutyx-pakxe-d7115ea3f61491b118a09903d70fe92476d18c61.tar.gz nutyx-pakxe-d7115ea3f61491b118a09903d70fe92476d18c61.tar.bz2 nutyx-pakxe-d7115ea3f61491b118a09903d70fe92476d18c61.tar.xz nutyx-pakxe-d7115ea3f61491b118a09903d70fe92476d18c61.zip |
jfsutils, déplacé dans base
Diffstat (limited to 'base/jfsutils/Pkgfile')
-rwxr-xr-x | base/jfsutils/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/jfsutils/Pkgfile b/base/jfsutils/Pkgfile new file mode 100755 index 000000000..0b672a46b --- /dev/null +++ b/base/jfsutils/Pkgfile @@ -0,0 +1,21 @@ +# Description: Diverses outils pour la manipulation des partitions JFS +# URL: http://jfs.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=jfsutils +version=1.1.14 +release=1 +source=(http://jfs.sourceforge.net/project/pub/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + ln -sf jfs_mkfs $PKG/usr/sbin/mkfs.jfs + ln -sf jfs_fsck $PKG/usr/sbin/fsck.jfs + ln -sf jfs_mkfs.8 $PKG/usr/share/man/man8/mkfs.jfs.8 + ln -sf jfs_fsck.8 $PKG/usr/share/man/man8/fsck.jfs.8 +} |