wok-current view slitaz-mercurial-style/receipt @ rev 7937
slitaz-mercurial-style: Start moving to new CSS and layout
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 11 21:53:28 2011 +0100 (2011-01-11) |
parents | df5c4c4f6551 |
children | 5e5a67e17e5a |
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-mercurial-style"
4 VERSION="2.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 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
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 }