jfsutils: syntax
This commit is contained in:
parent
b837243d07
commit
f0ec415f61
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/QbXCGYldAGUMELobRAxie+Tl8IxKiKuPWELYuT7IwGikrTBr3MyOQYKFXOYofgU03dUvop++Bc3gWZKgMNFvg0=
|
||||
SHA256 (Pkgfile) = 12136eaec0f4d99b61e0a6567cb5f4b524749cc8e7f6061367dea5bcb603d9c2
|
||||
RWSE3ohX2g5d/UULDgipLLoVK0nUUH44qDK/57BkdSMV2WGXYqndrK0Nf5MWSp5yFPFFesh1oiOLnBWvvm4XL4Eh1rYGBd/y6A0=
|
||||
SHA256 (Pkgfile) = 5a7adba94796762db2eac6b707ca25c97bed77719623189a4b7495159d59f0e1
|
||||
SHA256 (.footprint) = 6ad036b3c0fb99e5f6cf7b4ee8834392de5c4aa20f6aa31af3900de9b5a7e188
|
||||
SHA256 (jfsutils-1.1.15.tar.gz) = 244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d
|
||||
SHA256 (inttypes.patch) = 15ea88350c240b23fe322d4adafbb79c8473b9850495d61efafc7bf68be391b3
|
||||
|
@ -1,27 +1,27 @@
|
||||
# Description: Tools for IBM's journaled file system
|
||||
# URL: http://jfs.sourceforge.net/
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends on: util-linux
|
||||
# URL: http://jfs.sourceforge.net/
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
# Depends on: util-linux
|
||||
|
||||
name=jfsutils
|
||||
version=1.1.15
|
||||
release=5
|
||||
source=(http://jfs.sourceforge.net/project/pub/$name-$version.tar.gz
|
||||
inttypes.patch sysmacros.patch)
|
||||
inttypes.patch sysmacros.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/inttypes.patch
|
||||
patch -p1 -i $SRC/sysmacros.patch
|
||||
patch -p1 -i $SRC/inttypes.patch
|
||||
patch -p1 -i $SRC/sysmacros.patch
|
||||
|
||||
./configure --prefix=/ --mandir=/usr/share/man
|
||||
./configure --prefix=/ --mandir=/usr/share/man
|
||||
|
||||
make CFLAGS="$CFLAGS -fcommon"
|
||||
make DESTDIR=$PKG install
|
||||
make CFLAGS="$CFLAGS -fcommon"
|
||||
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/share/man/man8/mkfs.jfs.8
|
||||
ln -sf jfs_fsck.8 $PKG/usr/share/man/man8/fsck.jfs.8
|
||||
ln -sf jfs_mkfs $PKG/sbin/mkfs.jfs
|
||||
ln -sf jfs_fsck $PKG/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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user