wok-next diff hfsprogs/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents d43bf7aae921
children
line diff
     1.1 --- a/hfsprogs/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/hfsprogs/receipt	Mon Nov 26 21:15:05 2018 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="HFS+ Filesystem user space tools"
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="APLS"
     1.7 -WEB_SITE="https://www.opensource.apple.com/"
     1.8 +WEB_SITE="https://opensource.apple.com/"
     1.9  
    1.10  TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
    1.11  TARBALL2="${PACKAGE}_$VERSION-11.debian.tar.gz"
    1.12 @@ -14,9 +14,7 @@
    1.13  
    1.14  BUILD_DEPENDS="libbsd-dev openssl-dev"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	[ -s "$SRC/$TARBALL2" ] ||
    1.21  	wget -P $SRC $(dirname $WGET_URL)/$TARBALL2
    1.22  	tar -xzf $SRC/$TARBALL2
    1.23 @@ -33,12 +31,11 @@
    1.24  	install -m755 $src/fsck_hfs.tproj/fsck_hfs   $install/sbin/fsck.hfsplus
    1.25  	install -m644 $src/newfs_hfs.tproj/hfsbootdata.img \
    1.26  		$install/usr/share/hfsprogs/hfsbootdata
    1.27 +
    1.28  	cook_pick_manpages newfs_hfs.tproj/newfs_hfs.8 fsck_hfs.tproj/fsck_hfs.8
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 +genpkg_rules() {
    1.35  	copy @std
    1.36  	DEPENDS="libbsd openssl"
    1.37  }