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

xine-lib: add optionnal faad support
author Antoine Bodin <gokhlayeh@mailoo.org>
date Sat Aug 28 14:25:48 2010 +0200 (2010-08-28)
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 }