wok-stable annotate micro_proxy/receipt @ rev 12064
brscan: fix bdeps
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Mar 09 01:51:56 2012 +0100 (2012-03-09) |
parents | |
children |
rev | line source |
---|---|
pascal@11224 | 1 # SliTaz package receipt. |
pascal@11224 | 2 |
pascal@11224 | 3 PACKAGE="micro_proxy" |
pascal@11224 | 4 VERSION="30oct2002" |
pascal@11224 | 5 CATEGORY="network" |
pascal@11224 | 6 SHORT_DESC="A small HTTP/HTTPS proxy." |
pascal@11224 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@11224 | 8 TARBALL="${PACKAGE}_$VERSION.tar.gz" |
pascal@11224 | 9 WEB_SITE="http://www.acme.com/software/micro_proxy/" |
pascal@11224 | 10 WGET_URL="${WEB_SITE}$TARBALL" |
pascal@11224 | 11 |
pascal@11224 | 12 # Rules to configure and make the package. |
pascal@11224 | 13 compile_rules() |
pascal@11224 | 14 { |
pascal@11224 | 15 mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null |
pascal@11224 | 16 cd $src |
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 } |