wok-next diff proot/receipt @ rev 21583
updated ddclient (3.8.3 -> 3.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 23 16:30:52 2020 +0100 (2020-06-23) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/proot/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/proot/receipt Tue Jun 23 16:30:52 2020 +0100 1.3 @@ -1,25 +1,24 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="proot" 1.7 -VERSION="3.2.2" 1.8 +VERSION="5.1.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="User-space implementation of chroot, mount --bind, and binfmt_misc" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://proot.me/" 1.14 +WEB_SITE="https://proot-me.github.io/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="https://github.com/cedric-vincent/PRoot/archive/v$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/proot-me/PRoot/archive/v$VERSION.tar.gz" 1.19 1.20 BUILD_DEPENDS="talloc-dev" 1.21 1.22 compile_rules() { 1.23 cd $src/src 1.24 - make && 1.25 - install -Dm755 src/proot $install/usr/bin/proot 1.26 + make proot || return 1 1.27 + 1.28 + install -Dm755 proot $install/usr/bin/proot 1.29 + install -Dm644 $src/doc/proot/man.1 $install/usr/share/man/man1/proot.1 1.30 } 1.31 1.32 -genpkg_rules() { 1.33 - copy @std 1.34 - DEPENDS="talloc" 1.35 -} 1.36 +DEPENDS="talloc"