wok view geany-doc/receipt @ rev 5757

Up: inkscape (0.47 final)
author Ben Arnold <ben@seawolfsanctuary.com>
date Sun Jul 04 14:27:19 2010 +0100 (2010-07-04)
parents 51c42a8f75ed
children 06174b99b8cb
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-doc"
4 VERSION="0.19"
5 CATEGORY="development"
6 SHORT_DESC="Geany official documentation."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="geany"
9 WEB_SITE="http://geany.uvena.de/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/doc $fs/usr/share
16 }