wok-next diff tazwok/receipt @ rev 21418
updated proxytunnel again (1.9.0 -> 1.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 27 17:11:25 2020 +0100 (2020-04-27) |
parents | cd7906120828 |
children |
line diff
1.1 --- a/tazwok/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/tazwok/receipt Mon Apr 27 17:11:25 2020 +0100 1.3 @@ -3,23 +3,16 @@ 1.4 PACKAGE="tazwok" 1.5 VERSION="557" 1.6 CATEGORY="base-system" 1.7 -SHORT_DESC="SliTaz sources and binaries packages cooker." 1.8 -MAINTAINER="gokhlayeh@slitaz.org" 1.9 +SHORT_DESC="SliTaz sources and binaries packages cooker" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="BSD" 1.12 WEB_SITE="http://www.slitaz.org/" 1.13 REPOLOGY="-" 1.14 1.15 -TAGS="slitaz" 1.16 -SUGGESTED="tazchroot" 1.17 - 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 WGET_URL="http://hg.slitaz.org/tazwok/archive/$VERSION.tar.bz2" 1.20 1.21 -DEPENDS="busybox slitaz-base-files" 1.22 - 1.23 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 -genpkg_rules() 1.25 -{ 1.26 +genpkg_rules() { 1.27 mkdir -p $fs/usr/bin $fs/usr/share/doc/tazwok \ 1.28 $fs/etc/slitaz $fs/usr/share/slitaz/web-bb \ 1.29 $fs/usr/lib/slitaz/chroot-scripts 1.30 @@ -37,4 +30,7 @@ 1.31 cp -a $src/chroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazwok 1.32 # Build bot for tazwok 1.33 cp -a $src/examples/tazbb $fs/usr/bin 1.34 + DEPENDS="busybox slitaz-base-files" 1.35 + SUGGESTED="tazchroot" 1.36 + TAGS="slitaz" 1.37 }