wok annotate micro_proxy/receipt @ rev 13358
Move from undigest: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 11 09:21:03 2012 +0200 (2012-09-11) |
parents | |
children | f13bd223c231 |
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 } |