summaryrefslogtreecommitdiffstats
path: root/extra/jfsutils/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:22:20 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:22:20 +0200
commitea05d0e01eda8a1bbf8da297e5ee82af2525778e (patch)
treea38ce359234a22852197dd5c096361d56c8f56da /extra/jfsutils/Pkgfile
parent906d09d09418c1df7986680bca37723ad16ed6c9 (diff)
downloadnutyx-extra-ea05d0e01eda8a1bbf8da297e5ee82af2525778e.tar.gz
nutyx-extra-ea05d0e01eda8a1bbf8da297e5ee82af2525778e.tar.bz2
nutyx-extra-ea05d0e01eda8a1bbf8da297e5ee82af2525778e.tar.xz
nutyx-extra-ea05d0e01eda8a1bbf8da297e5ee82af2525778e.zip
jfsutils dans extra
Diffstat (limited to 'extra/jfsutils/Pkgfile')
-rwxr-xr-xextra/jfsutils/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/jfsutils/Pkgfile b/extra/jfsutils/Pkgfile
new file mode 100755
index 000000000..0b672a46b
--- /dev/null
+++ b/extra/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
+}