# HG changeset patch # User Hans-G?nter Theisgen # Date 1593076053 -3600 # Node ID 465be5ff8599d2e9b1ef804643482cb17370aef1 # Parent 89f8a505844ab5e04a789eb524e17c7f76466e90 updated e2fsprogs (1.44.5 -> 1.45.6) diff -r 89f8a505844a -r 465be5ff8599 e2fsprogs/receipt --- a/e2fsprogs/receipt Thu Jun 25 09:57:14 2020 +0100 +++ b/e2fsprogs/receipt Thu Jun 25 10:07:33 2020 +0100 @@ -1,20 +1,21 @@ # SliTaz package receipt v2. PACKAGE="e2fsprogs" -VERSION="1.44.5" +VERSION="1.45.6" CATEGORY="base-system" +TAGS_std="LFS" SHORT_DESC="Filesystem utilities for use with ext2 and ext3" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://e2fsprogs.sourceforge.net/" +WEB_SITE="https://sourceforge.net/projects/e2fsprogs/" LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/e2fsprogs.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TARBALL_SHA1="c3f64d10b6ef1a268a077838a5cafb6aaebe2986" +# 1.44.5 TARBALL_SHA1="c3f64d10b6ef1a268a077838a5cafb6aaebe2986" -BUILD_DEPENDS="util-linux-uuid-dev util-linux-blkid-dev gettext-dev attr-dev \ -acl-dev texinfo" +BUILD_DEPENDS="acl-dev attr-dev gettext-dev texinfo util-linux-blkid-dev + util-linux-uuid-dev " SPLIT="libcomerr-dev $PACKAGE-dev $PACKAGE-fsck libcomerr $PACKAGE" COPY_libcomerr_dev="libcom_err.a com_err.h com_err.pc" @@ -32,29 +33,29 @@ CAT_fsck="system-tools|fsck tools" CAT_libcomerr="base-system|libcomerr library" -TAGS_std="LFS" - -compile_rules() { +compile_rules() +{ # mkdir -p $install/usr/share/man/man8/ mkdir build cd build - $src/configure \ - --bindir=/bin \ - --with-root-prefix="" \ - --enable-elf-shlibs \ - --disable-libblkid \ - --disable-libuuid \ - --disable-uuidd \ - --disable-fsck \ + $src/configure \ + --bindir=/bin \ + --with-root-prefix="" \ + --enable-elf-shlibs \ + --disable-fsck \ + --disable-libblkid \ + --disable-libuuid \ + --disable-uuidd \ $CONFIGURE_ARGS && make && make -j1 MKDIR_P="mkdir -p" install install-libs || return 1 - for i in libcom_err libe2p libext2fs libss; do + for i in libcom_err libe2p libext2fs libss + do chmod u+w $install/usr/lib/$i.a - done + done # Make .info usable gunzip $install/usr/share/info/libext2fs.info.gz @@ -76,6 +77,7 @@ } # Overlap busybox -pre_install_e2fsprogs() { +pre_install_e2fsprogs() +{ rm -f $1/sbin/tune2fs }