wok view micro_proxy/receipt @ rev 22649

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