wok view micro_proxy/receipt @ rev 21874

facter: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 11:31:06 2019 +0200 (2019-09-28)
parents f13bd223c231
children e6a4cd87fdcb
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 mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/$PACKAGE $fs/usr/bin
27 }