wok-next view micro_proxy/receipt @ rev 13591
move from undigest: 0install adminer blktrace busybox-boot blktrace codiad davmail e4rat fbff flashrom fsthost get-softmodem-driver lessfs libmikmod libmikmod-dev lvmts mikmod navit phpeasyvcs puppet qtractor splashutils systemd tokyocabinet tokyocabinet-dev vmware-view-open-client wine-rt-dev xflux
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Thu Nov 08 09:35:38 2012 +0100 (2012-11-08) | 
| 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 }