wok diff fakeroot/receipt @ rev 24040
Up zstd (1.4.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 13 17:03:24 2021 +0000 (2021-04-13) |
parents | ea500bc83235 |
children | b78e79c31b1f |
line diff
1.1 --- a/fakeroot/receipt Thu Feb 28 14:29:52 2019 +0100 1.2 +++ b/fakeroot/receipt Tue Apr 13 17:03:24 2021 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fakeroot" 1.7 -VERSION="1.23" 1.8 +VERSION="1.24" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Gives a fake root environment, useful for building packages as a non-privileged user." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://packages.debian.org/fakeroot" 1.14 1.15 -TARBALL="${PACKAGE}_${VERSION}.orig.tar.xz" 1.16 +TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.17 WGET_URL="http://ftp.debian.org/debian/pool/main/f/$PACKAGE/$TARBALL" 1.18 1.19 BUILD_DEPENDS="libcap-dev" 1.20 @@ -16,11 +16,11 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - ./configure \ 1.25 - --prefix=/usr \ 1.26 - --infodir=/usr/share/info \ 1.27 - --mandir=/usr/share/man \ 1.28 - --disable-static \ 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 + --infodir=/usr/share/info \ 1.32 + --mandir=/usr/share/man \ 1.33 + --disable-static \ 1.34 $CONFIGURE_ARGS && 1.35 make -j 1 && 1.36 make DESTDIR=$DESTDIR install 1.37 @@ -30,6 +30,7 @@ 1.38 genpkg_rules() 1.39 { 1.40 mkdir -p $fs/usr/lib 1.41 - cp -a $install/usr/bin $fs/usr 1.42 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.43 + 1.44 + cp -a $install/usr/bin $fs/usr 1.45 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.46 }