wok view geany-doc/receipt @ rev 8680

up stoq/stoqlib 0.9.12 & add some fix
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 01:45:49 2011 +0100 (2011-02-17)
parents 04b379c02312
children e2b1ff2ea7cf
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-doc"
4 VERSION="0.20"
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 }