diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/jfsutils/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/jfsutils/Pkgfile')
-rwxr-xr-x | extra/jfsutils/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/jfsutils/Pkgfile b/extra/jfsutils/Pkgfile deleted file mode 100755 index 0b672a46b..000000000 --- a/extra/jfsutils/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -} |