wok annotate micro_proxy/receipt @ rev 22009

updated task (2.3.0 -> 2.5.1)
author Hans-G?nter Theisgen
date Sat Oct 19 15:10:30 2019 +0100 (2019-10-19)
parents 2f6cba8ea51c
children ad8b9ff412d2
rev   line source
pascal@11224 1 # SliTaz package receipt.
pascal@11224 2
pascal@11224 3 PACKAGE="micro_proxy"
Hans-G?nter@21437 4 VERSION="20140814"
pascal@11224 5 CATEGORY="network"
pascal@11224 6 SHORT_DESC="A small HTTP/HTTPS proxy."
pascal@11224 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15611 8 LICENSE="BSD"
pascal@11224 9 WEB_SITE="http://www.acme.com/software/micro_proxy/"
Hans-G?nter@21437 10
Hans-G?nter@21437 11 TARBALL="${PACKAGE}_14Aug2014.tar.gz"
pascal@11224 12 WGET_URL="${WEB_SITE}$TARBALL"
pascal@11224 13
pascal@11224 14 # Rules to configure and make the package.
pascal@11224 15 compile_rules()
pascal@11224 16 {
pascal@11224 17 make
pascal@11224 18 }
pascal@11224 19
pascal@11224 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11224 21 genpkg_rules()
pascal@11224 22 {
pascal@11224 23 mkdir -p $fs/usr/bin
pascal@11224 24 cp -a $src/$PACKAGE $fs/usr/bin
pascal@11224 25 }