wok annotate slitaz-mercurial-style/receipt @ rev 15649
Up: hubbub (0.1.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 10 16:06:02 2013 +0000 (2013-12-10) |
parents | ad6c95b7ff78 |
children | 7c9fe1d1a9c9 |
rev | line source |
---|---|
pankso@17 | 1 # SliTaz package receipt. |
pankso@17 | 2 |
pankso@17 | 3 PACKAGE="slitaz-mercurial-style" |
pankso@9607 | 4 VERSION="1.1.2" |
pankso@211 | 5 CATEGORY="misc" |
pankso@17 | 6 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." |
slaxemulator@9242 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL3" |
slaxemulator@10728 | 9 SOURCE="slitaz-dev-tools" |
slaxemulator@10732 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
slaxemulator@10728 | 11 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" |
slaxemulator@10728 | 12 WEB_SITE="http://www.slitaz.org/" |
slaxemulator@10728 | 13 |
pankso@17 | 14 DEPENDS="mercurial" |
pankso@17 | 15 |
pankso@17 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@17 | 17 genpkg_rules() |
pankso@17 | 18 { |
pascal@6594 | 19 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') |
pankso@4465 | 20 mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial |
slaxemulator@9242 | 21 cp -a $src/$PACKAGE/templates $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial |
pankso@17 | 22 chown -R root.root $fs |
pankso@17 | 23 } |