wok rev 22744
updated e2fsprogs and e2fsprogs-dev (1.44.5 -> 1.45.5)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 24 09:12:06 2020 +0100 (2020-01-24) |
parents | 276ee4395f10 |
children | f80f3155769e |
files | e2fsprogs-dev/receipt e2fsprogs/receipt |
line diff
1.1 --- a/e2fsprogs-dev/receipt Fri Jan 24 08:25:58 2020 +0100 1.2 +++ b/e2fsprogs-dev/receipt Fri Jan 24 09:12:06 2020 +0100 1.3 @@ -1,31 +1,36 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="e2fsprogs-dev" 1.7 -VERSION="1.44.5" 1.8 +VERSION="1.45.5" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The e2fsprogs devel files." 1.11 +SHORT_DESC="The e2fsprogs development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 -WANTED="e2fsprogs" 1.14 LICENSE="GPL2" 1.15 WEB_SITE="http://e2fsprogs.sourceforge.net/" 1.16 1.17 DEPENDS="libcomerr-dev pkg-config" 1.18 +WANTED="e2fsprogs" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - sed -i 's/-lext2fs/& -lcom_err/' $fs/usr/lib/pkgconfig/ext2fs.pc 1.27 - cp -a $install/usr/include $fs/usr 1.28 - cat $wanted_stuff/*.files-list | while read file; do 1.29 + 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.32 + sed -i 's/-lext2fs/& -lcom_err/' \ 1.33 + $fs/usr/lib/pkgconfig/ext2fs.pc 1.34 + cp -a $install/usr/include $fs/usr 1.35 + cat $wanted_stuff/*.files-list | while read file 1.36 + do 1.37 [ -f ${fs}$file ] && rm -f ${fs}$file 1.38 - done 1.39 + done 1.40 + 1.41 # Remove blkid files. 1.42 rm -rf $fs/usr/include/blkid 1.43 rm -rf $fs/usr/lib/libblkid* 1.44 rm -rf $fs/usr/lib/pkgconfig/blkid.pc 1.45 + 1.46 # Remove uuid files. 1.47 rm -rf $fs/usr/include/uuid 1.48 rm -rf $fs/usr/lib/libuuid*
2.1 --- a/e2fsprogs/receipt Fri Jan 24 08:25:58 2020 +0100 2.2 +++ b/e2fsprogs/receipt Fri Jan 24 09:12:06 2020 +0100 2.3 @@ -1,19 +1,21 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="e2fsprogs" 2.7 -VERSION="1.44.5" 2.8 +VERSION="1.45.5" 2.9 CATEGORY="base-system" 2.10 -SHORT_DESC="Filesystem utilities for use with ext2/ext3/ext4 (without fsck*)." 2.11 +SHORT_DESC="Filesystem utilities for use with ext2, ext3 and ext4 (without fsck*)." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="GPL2" 2.14 +WEB_SITE="http://e2fsprogs.sourceforge.net/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WEB_SITE="http://e2fsprogs.sourceforge.net/" 2.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.19 -HOST_ARCH="i486 arm" 2.20 2.21 DEPENDS="libcomerr util-linux-blkid util-linux-uuid" 2.22 -BUILD_DEPENDS="texinfo util-linux-blkid-dev util-linux-uuid-dev \ 2.23 -coreutils-operations" 2.24 +BUILD_DEPENDS="coreutils-operations texinfo util-linux-blkid-dev 2.25 + util-linux-uuid-dev" 2.26 + 2.27 +HOST_ARCH="i486 arm" 2.28 2.29 # Handle cross compilation. 2.30 case "$ARCH" in 2.31 @@ -30,14 +32,17 @@ 2.32 zcat $stuff/e2fsprogs.no.64bit.by.default.diff.gz | patch -p1 || exit 1 2.33 2.34 sed -i 's|\$ac_MKDIR_P&|mkdir -p\&|' configure 2.35 - mkdir ../build && cd ../build 2.36 - $src/configure \ 2.37 - --prefix=/usr \ 2.38 - --with-root-prefix="" \ 2.39 - --enable-elf-shlibs \ 2.40 - --sysconfdir=/etc \ 2.41 + 2.42 + mkdir ../build && 2.43 + cd ../build && 2.44 + $src/configure \ 2.45 + --prefix=/usr \ 2.46 + --with-root-prefix="" \ 2.47 + --enable-elf-shlibs \ 2.48 + --sysconfdir=/etc \ 2.49 $CONFIGURE_ARGS 2.50 - make && make install && 2.51 + make && 2.52 + make install && 2.53 make install-libs 2.54 } 2.55 2.56 @@ -45,15 +50,18 @@ 2.57 genpkg_rules() 2.58 { 2.59 mkdir -p $fs/usr/lib 2.60 - cp -a $install/sbin $fs 2.61 - cp -a $install/lib $fs 2.62 - cp -a $install/etc $fs 2.63 - cp -a $install/usr/bin $fs/usr 2.64 - cp -a $install/usr/sbin $fs/usr 2.65 + 2.66 + cp -a $install/sbin $fs 2.67 + cp -a $install/lib $fs 2.68 + cp -a $install/etc $fs 2.69 + cp -a $install/usr/bin $fs/usr 2.70 + cp -a $install/usr/sbin $fs/usr 2.71 ( cd $fs ; for i in lib/*.so.?; do ln -s /$i usr/$i ; done ) 2.72 - cat $stuff/*.files-list | while read file; do 2.73 + cat $stuff/*.files-list | while read file 2.74 + do 2.75 rm -f ${fs}$file 2.76 - done 2.77 + done 2.78 + 2.79 # Remove fsck provided by Busybox. 2.80 rm $fs/sbin/fsck* 2.81 }