wok diff slitaz-mercurial-style/receipt @ rev 43

Add : gcolor2, geany, gftp, gimp, gitmail, gqview, grsync
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 14:18:59 2007 +0100 (2007-12-18)
parents
children cf22fee17710
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/receipt	Tue Dec 18 14:18:59 2007 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-mercurial-style"
     1.7 +VERSION="1.2"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos."
    1.10 +DEPENDS="mercurial"
    1.11 +MAINTAINER="pankso@slitaz.org"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
    1.15 +PYTHON_LIB="python2.5"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages/mercurial/templates
    1.21 +	cp -a $src/slitaz \
    1.22 +		$fs/usr/lib/$PYTHON_LIB/site-packages/mercurial/templates
    1.23 +	cp -a $src/static \
    1.24 +		$fs/usr/lib/$PYTHON_LIB/site-packages/mercurial/templates
    1.25 +	chown -R root.root $fs
    1.26 +}
    1.27 +