wok annotate micro_proxy/receipt @ rev 15611

cifs-utils: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 07 14:51:10 2013 +0000 (2013-12-07)
parents 1311ba9fe4bf
children 2f6cba8ea51c
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@15611 8 LICENSE="BSD"
pascal@11224 9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
pascal@11224 10 WEB_SITE="http://www.acme.com/software/micro_proxy/"
pascal@11224 11 WGET_URL="${WEB_SITE}$TARBALL"
pascal@11224 12
pascal@11224 13 # Rules to configure and make the package.
pascal@11224 14 compile_rules()
pascal@11224 15 {
pascal@11224 16 mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null
pascal@11224 17 cd $src
pascal@11224 18 make
pascal@11224 19 }
pascal@11224 20
pascal@11224 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11224 22 genpkg_rules()
pascal@11224 23 {
pascal@11224 24 mkdir -p $fs/usr/bin
pascal@11224 25 cp -a $src/$PACKAGE $fs/usr/bin
pascal@11224 26 }