wok view dokuwiki/receipt @ rev 16884

Rollback gobject-introspection gobject-introspection-dev (1.34.2)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 15:40:48 2014 -0300 (2014-07-13)
parents 7fec5a9889c5
children ad081b892543
line source
1 # SliTaz package receipt.
3 PACKAGE="dokuwiki"
4 VERSION="2012-01-25"
5 CATEGORY="development"
6 SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://www.splitbrain.org/projects/dokuwiki"
11 WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/var/www
17 cp -a $src $fs/var/www/dokuwiki
18 chown www.www -R $fs/var/www
19 }