wok annotate slitaz-mercurial-style/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents bd3d0b4e39b8
children 7e911016a644
rev   line source
pankso@17 1 # SliTaz package receipt.
pankso@17 2
pankso@17 3 PACKAGE="slitaz-mercurial-style"
pascal@19414 4 VERSION="258"
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 }