# HG changeset patch # User Hans-G?nter Theisgen # Date 1550155717 -3600 # Node ID 56931eff6ddf8ed2c98984db14313b4b2122a736 # Parent 4ecb0bc1006f9d849e421724475bab2f4161ad51 updated chrpath (0.13 -> 0.16) diff -r 4ecb0bc1006f -r 56931eff6ddf chrpath/receipt --- a/chrpath/receipt Thu Feb 14 15:34:29 2019 +0100 +++ b/chrpath/receipt Thu Feb 14 15:48:37 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="chrpath" -VERSION="0.13" +VERSION="0.16" CATEGORY="misc" SHORT_DESC="Change or delete the rpath or runpath in ELF files" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="http://packages.debian.org/chrpath" + TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" -WEB_SITE="http://packages.debian.org/chrpath" WGET_URL="http://ftp.debian.org/debian/pool/main/c/$PACKAGE/$TARBALL" # Rules to configure and make the package. @@ -19,7 +20,8 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -28,4 +30,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -