wok view slitaz-mercurial-style/receipt @ rev 1595

clamav: adduser before chown
author Paul Issott <paul@slitaz.org>
date Fri Oct 17 16:25:04 2008 +0000 (2008-10-17)
parents 11b6c0dd4a0c
children c1315b822a63
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-mercurial-style"
4 VERSION="1.2"
5 CATEGORY="misc"
6 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos."
7 DEPENDS="mercurial"
8 MAINTAINER="pankso@slitaz.org"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
12 PYTHON_LIB="python2.5"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial/templates
18 cp -a $src/slitaz \
19 $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial/templates
20 cp -a $src/static \
21 $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial/templates
22 chown -R root.root $fs
23 }