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

Fixed typo in ghostscript.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 02:20:38 2010 +0000 (2010-09-17)
parents c1315b822a63
children 5921dc28d8c6
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-mercurial-style"
4 VERSION="2.0"
5 CATEGORY="misc"
6 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos."
7 DEPENDS="mercurial"
8 MAINTAINER="pankso@slitaz.org"
9 WEB_SITE="http://www.slitaz.org/"
10 PYTHON_LIB="python2.5"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial
16 cp -a stuff/templates $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial
17 chown -R root.root $fs
18 }