wok view geany-doc/receipt @ rev 4669
Up: python-bpython (0.9.5.2)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Tue Dec 29 10:58:34 2009 +0000 (2009-12-29) |
parents | |
children | e8fa8878f6e1 |
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-doc"
4 VERSION="0.18"
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 }