wok rev 20787

updated chrpath (0.13 -> 0.16)
author Hans-G?nter Theisgen
date Thu Feb 14 15:48:37 2019 +0100 (2019-02-14)
parents 4ecb0bc1006f
children 15af92a0041c
files chrpath/receipt
line diff
     1.1 --- a/chrpath/receipt	Thu Feb 14 15:34:29 2019 +0100
     1.2 +++ b/chrpath/receipt	Thu Feb 14 15:48:37 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="chrpath"
     1.7 -VERSION="0.13"
     1.8 +VERSION="0.16"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Change or delete the rpath or runpath in ELF files"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://packages.debian.org/chrpath"
    1.14 +
    1.15  TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
    1.16 -WEB_SITE="http://packages.debian.org/chrpath"
    1.17  WGET_URL="http://ftp.debian.org/debian/pool/main/c/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20 @@ -19,7 +20,8 @@
    1.21  		--infodir=/usr/share/info \
    1.22  		--mandir=/usr/share/man \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make && make DESTDIR=$DESTDIR install
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 @@ -28,4 +30,3 @@
    1.31  	mkdir -p $fs/usr
    1.32  	cp -a $install/usr/bin $fs/usr
    1.33  }
    1.34 -