wok-next diff fakeroot/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 835b3b8ce6ac
children
line diff
     1.1 --- a/fakeroot/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.2 +++ b/fakeroot/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -5,11 +5,11 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Gives a fake root environment, useful for building packages as a \
     1.6  non-privileged user"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://packages.debian.org/fakeroot"
    1.11 +WEB_SITE="https://packages.debian.org/search?keywords=fakeroot"
    1.12  
    1.13 -TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2"
    1.14 +TARBALL="${PACKAGE}_$VERSION.orig.tar.bz2"
    1.15  WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL"
    1.16  
    1.17  compile_rules() {
    1.18 @@ -18,7 +18,7 @@
    1.19  		$CONFIGURE_ARGS &&
    1.20  	fix libtool &&
    1.21  	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	make DESTDIR=$install install
    1.24  }
    1.25  
    1.26  genpkg_rules() {