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

Up: gtkpod (0.9.16) - Added intltool to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 03 16:57:26 2010 +0000 (2010-05-03)
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 }