wok view micro_proxy/receipt @ rev 11921

dialog removed path and extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 15:00:13 2012 -0800 (2012-02-29)
parents
children f13bd223c231
line source
1 # SliTaz package receipt.
3 PACKAGE="micro_proxy"
4 VERSION="30oct2002"
5 CATEGORY="network"
6 SHORT_DESC="A small HTTP/HTTPS proxy."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="${PACKAGE}_$VERSION.tar.gz"
9 WEB_SITE="http://www.acme.com/software/micro_proxy/"
10 WGET_URL="${WEB_SITE}$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null
16 cd $src
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 }