summaryrefslogtreecommitdiffstats
path: root/jfsutils
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 14:44:06 +0100
committerLukc <lukc@upyum.com>2010-12-12 14:44:06 +0100
commitd89a6c4ac9548b6d675f40414878e7c7c1f71a5c (patch)
tree995e793856fbf39894cc8cf7eca6ac8090710f04 /jfsutils
parent48626dc4424b6bfde79239593d4f41d1efa0dbaf (diff)
downloadbase-d89a6c4ac9548b6d675f40414878e7c7c1f71a5c.tar.gz
base-d89a6c4ac9548b6d675f40414878e7c7c1f71a5c.tar.bz2
base-d89a6c4ac9548b6d675f40414878e7c7c1f71a5c.tar.xz
base-d89a6c4ac9548b6d675f40414878e7c7c1f71a5c.zip
Recette de jfsutils mise à jour.
Diffstat (limited to 'jfsutils')
-rw-r--r--jfsutils/.footprint21
-rw-r--r--jfsutils/.sha256sum1
-rw-r--r--jfsutils/Pkgfile24
3 files changed, 24 insertions, 22 deletions
diff --git a/jfsutils/.footprint b/jfsutils/.footprint
index 44168e9..ec8501b 100644
--- a/jfsutils/.footprint
+++ b/jfsutils/.footprint
@@ -8,13 +8,14 @@ lrwxrwxrwx root/root sbin/fsck.jfs -> jfs_fsck
-rwxr-xr-x root/root sbin/jfs_tune
lrwxrwxrwx root/root sbin/mkfs.jfs -> jfs_mkfs
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
-lrwxrwxrwx root/root usr/man/man8/fsck.jfs.8.gz -> jfs_fsck.8.gz
--rw-r--r-- root/root usr/man/man8/jfs_debugfs.8.gz
--rw-r--r-- root/root usr/man/man8/jfs_fsck.8.gz
--rw-r--r-- root/root usr/man/man8/jfs_fscklog.8.gz
--rw-r--r-- root/root usr/man/man8/jfs_logdump.8.gz
--rw-r--r-- root/root usr/man/man8/jfs_mkfs.8.gz
--rw-r--r-- root/root usr/man/man8/jfs_tune.8.gz
-lrwxrwxrwx root/root usr/man/man8/mkfs.jfs.8.gz -> jfs_mkfs.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+lrwxrwxrwx root/root usr/share/man/man8/fsck.jfs.8.bz2 -> jfs_fsck.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/jfs_debugfs.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/jfs_fsck.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/jfs_fscklog.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/jfs_logdump.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/jfs_mkfs.8.bz2
+-rw-r--r-- root/root usr/share/man/man8/jfs_tune.8.bz2
+lrwxrwxrwx root/root usr/share/man/man8/mkfs.jfs.8.bz2 -> jfs_mkfs.8.bz2
diff --git a/jfsutils/.sha256sum b/jfsutils/.sha256sum
new file mode 100644
index 0000000..65a81aa
--- /dev/null
+++ b/jfsutils/.sha256sum
@@ -0,0 +1 @@
+524b81a03524bfd04691c4f760cb92608887067e8c1de6fac05bf272e7e90699 jfsutils-1.1.14.tar.gz
diff --git a/jfsutils/Pkgfile b/jfsutils/Pkgfile
index b9e4903..b67affb 100644
--- a/jfsutils/Pkgfile
+++ b/jfsutils/Pkgfile
@@ -1,21 +1,21 @@
-description="Tools for IBM's journaled file system"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
+description="Tools for IBM's journaled file system."
+packager="CRUX System Team <core-ports AT crux DOT nu>"
+maintainer="Lukc <lukc AT upyum DOT com>"
url="http://jfs.sourceforge.net/"
depends=(util-linux-ng)
name=jfsutils
version=1.1.14
release=1
-source=(http://jfs.sourceforge.net/project/pub/jfsutils-1.1.14.tar.gz)
+source=(http://jfs.sourceforge.net/project/pub/$name-$version.tar.gz)
build ()
{
- cd $name-$version;
- ./configure --prefix=/ --mandir=/usr/man;
- make;
- make DESTDIR=$PKG install;
- ln -sf jfs_mkfs $PKG/sbin/mkfs.jfs;
- ln -sf jfs_fsck $PKG/sbin/fsck.jfs;
- ln -sf jfs_mkfs.8 $PKG/usr/man/man8/mkfs.jfs.8;
- ln -sf jfs_fsck.8 $PKG/usr/man/man8/fsck.jfs.8
+ cd $name-$version;
+ ./configure --prefix=/ --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install;
+ ln -sf jfs_mkfs $PKG/sbin/mkfs.jfs;
+ ln -sf jfs_fsck $PKG/sbin/fsck.jfs;
+ ln -sf jfs_mkfs.8 $PKG$mandir/man8/mkfs.jfs.8;
+ ln -sf jfs_fsck.8 $PKG$mandir/man8/fsck.jfs.8
}