wok-next rev 21610
updated e2fsprogs (1.44.5 -> 1.45.6)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 10:07:33 2020 +0100 (2020-06-25) |
parents | 89f8a505844a |
children | 692f79d957c2 |
files | e2fsprogs/receipt |
line diff
1.1 --- a/e2fsprogs/receipt Thu Jun 25 09:57:14 2020 +0100 1.2 +++ b/e2fsprogs/receipt Thu Jun 25 10:07:33 2020 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="e2fsprogs" 1.7 -VERSION="1.44.5" 1.8 +VERSION="1.45.6" 1.9 CATEGORY="base-system" 1.10 +TAGS_std="LFS" 1.11 SHORT_DESC="Filesystem utilities for use with ext2 and ext3" 1.12 -MAINTAINER="devel@slitaz.org" 1.13 +MAINTAINER="maintainer@slitaz.org" 1.14 LICENSE="GPL2" 1.15 -WEB_SITE="http://e2fsprogs.sourceforge.net/" 1.16 +WEB_SITE="https://sourceforge.net/projects/e2fsprogs/" 1.17 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/e2fsprogs.html" 1.18 1.19 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.20 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.21 -TARBALL_SHA1="c3f64d10b6ef1a268a077838a5cafb6aaebe2986" 1.22 +# 1.44.5 TARBALL_SHA1="c3f64d10b6ef1a268a077838a5cafb6aaebe2986" 1.23 1.24 -BUILD_DEPENDS="util-linux-uuid-dev util-linux-blkid-dev gettext-dev attr-dev \ 1.25 -acl-dev texinfo" 1.26 +BUILD_DEPENDS="acl-dev attr-dev gettext-dev texinfo util-linux-blkid-dev 1.27 + util-linux-uuid-dev " 1.28 SPLIT="libcomerr-dev $PACKAGE-dev $PACKAGE-fsck libcomerr $PACKAGE" 1.29 1.30 COPY_libcomerr_dev="libcom_err.a com_err.h com_err.pc" 1.31 @@ -32,29 +33,29 @@ 1.32 CAT_fsck="system-tools|fsck tools" 1.33 CAT_libcomerr="base-system|libcomerr library" 1.34 1.35 -TAGS_std="LFS" 1.36 - 1.37 -compile_rules() { 1.38 +compile_rules() 1.39 +{ 1.40 # mkdir -p $install/usr/share/man/man8/ 1.41 1.42 mkdir build 1.43 cd build 1.44 1.45 - $src/configure \ 1.46 - --bindir=/bin \ 1.47 - --with-root-prefix="" \ 1.48 - --enable-elf-shlibs \ 1.49 - --disable-libblkid \ 1.50 - --disable-libuuid \ 1.51 - --disable-uuidd \ 1.52 - --disable-fsck \ 1.53 + $src/configure \ 1.54 + --bindir=/bin \ 1.55 + --with-root-prefix="" \ 1.56 + --enable-elf-shlibs \ 1.57 + --disable-fsck \ 1.58 + --disable-libblkid \ 1.59 + --disable-libuuid \ 1.60 + --disable-uuidd \ 1.61 $CONFIGURE_ARGS && 1.62 make && 1.63 make -j1 MKDIR_P="mkdir -p" install install-libs || return 1 1.64 1.65 - for i in libcom_err libe2p libext2fs libss; do 1.66 + for i in libcom_err libe2p libext2fs libss 1.67 + do 1.68 chmod u+w $install/usr/lib/$i.a 1.69 - done 1.70 + done 1.71 1.72 # Make .info usable 1.73 gunzip $install/usr/share/info/libext2fs.info.gz 1.74 @@ -76,6 +77,7 @@ 1.75 } 1.76 1.77 # Overlap busybox 1.78 -pre_install_e2fsprogs() { 1.79 +pre_install_e2fsprogs() 1.80 +{ 1.81 rm -f $1/sbin/tune2fs 1.82 }