wok-6.x annotate proot/receipt @ rev 22905
updated gtklp (1.3.0 -> 1.3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 17:36:37 2020 +0100 (2020-02-23) |
parents | d4c113773ad1 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@16623 | 1 # SliTaz package receipt. |
pascal@16623 | 2 |
pascal@16623 | 3 PACKAGE="proot" |
Hans-G?nter@21705 | 4 VERSION="5.1.0" |
pascal@16623 | 5 CATEGORY="misc" |
pascal@16623 | 6 SHORT_DESC="User-space implementation of chroot, mount --bind, and binfmt_misc.." |
pascal@16623 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@16623 | 8 LICENSE="GPL2" |
Hans-G?nter@21705 | 9 WEB_SITE="https://proot-me.github.io/" |
Hans-G?nter@21705 | 10 |
pascal@16623 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21705 | 12 WGET_URL="https://github.com/proot-me/$PACKAGE/archive/v$VERSION.tar.gz" |
pascal@16623 | 13 |
pascal@16623 | 14 DEPENDS="talloc" |
Hans-G?nter@21705 | 15 BUILD_DEPENDS="talloc-dev" |
pascal@16623 | 16 |
pascal@16623 | 17 # Rules to configure and make the package. |
pascal@16623 | 18 compile_rules() |
pascal@16623 | 19 { |
pascal@16623 | 20 cd $src/src |
pascal@16623 | 21 make |
pascal@16623 | 22 } |
pascal@16623 | 23 |
pascal@16623 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16623 | 25 genpkg_rules() |
pascal@16623 | 26 { |
pascal@16623 | 27 mkdir -p $fs/usr/bin |
pascal@16623 | 28 cp -a $src/src/proot $fs/usr/bin |
pascal@16623 | 29 } |