wok annotate micro_proxy/receipt @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents f13bd223c231
children e6a4cd87fdcb
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 mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null
pascal@11224 18 cd $src
pascal@11224 19 make
pascal@11224 20 }
pascal@11224 21
pascal@11224 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11224 23 genpkg_rules()
pascal@11224 24 {
pascal@11224 25 mkdir -p $fs/usr/bin
pascal@11224 26 cp -a $src/$PACKAGE $fs/usr/bin
pascal@11224 27 }