wok view mirror-tools/receipt @ rev 10341

screen: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 02:29:02 2011 +0000 (2011-05-22)
parents b5a5fbb61181
children 60e5b78b4e58
line source
1 # SliTaz package receipt.
3 PACKAGE="mirror-tools"
4 VERSION="1.0.4"
5 CATEGORY="misc"
6 SHORT_DESC="Mirrors toolset."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 DEPENDS="rrdtool rgzip"
10 BUILD_DEPENDS="mercurial"
11 SOURCE="slitaz-dev-tools"
12 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
13 BRANCH="$VERSION"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $src/$PACKAGE/rootfs/* $fs
19 mkdir -p $fs/var/www
20 cp -a $src/$PACKAGE/mirror-info $fs/var/www
21 cp -a $src/$PACKAGE/slitaz $fs/var/www
22 chown -R 80.80 $fs/var/www
23 }