wok view mirror-tools/receipt @ rev 10560

prosody: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 21:50:10 2011 +0200 (2011-05-25)
parents 07edd55d4b03
children 74379b2b86e0
line source
1 # SliTaz package receipt.
3 PACKAGE="mirror-tools"
4 VERSION="1.1.2"
5 CATEGORY="misc"
6 SHORT_DESC="Mirrors toolset."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 SOURCE="slitaz-dev-tools"
10 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
11 BRANCH="$VERSION"
13 DEPENDS="rrdtool rgzip"
14 BUILD_DEPENDS="mercurial"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cp -a $src/$PACKAGE/rootfs/* $fs
20 mkdir -p $fs/var/www
21 cp -a $src/$PACKAGE/mirror-info $fs/var/www
22 cp -a $src/$PACKAGE/slitaz $fs/var/www
23 chown -R 80.80 $fs/var/www
24 }