# HG changeset patch # User Hans-G?nter Theisgen # Date 1579882212 -3600 # Node ID 3385f0b3d5afc99629ce25893c895494d394bf1e # Parent 851602a469c1256235b57f00d3199d296bd065e8 updated findutils (4.6.0 -> 4.7.0) diff -r 851602a469c1 -r 3385f0b3d5af findutils/receipt --- a/findutils/receipt Fri Jan 24 16:51:24 2020 +0100 +++ b/findutils/receipt Fri Jan 24 17:10:12 2020 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="findutils" -VERSION="4.6.0" +VERSION="4.7.0" CATEGORY="utilities" -SHORT_DESC="GNU utilities and tools to find/locate." +SHORT_DESC="GNU utilities and tools to find and locate." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.gnu.org/software/findutils/" +WEB_SITE="https://www.gnu.org/software/findutils/" + +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="glibc-base slitaz-base-files" @@ -15,13 +16,12 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/findutils \ - --localstatedir=/var \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/findutils \ + --localstatedir=/var \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -31,8 +31,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } # Remove Busybox symlink before installing