wok-next view Zim/receipt @ rev 3237

Fix: rrdtool-perl module path.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri May 29 23:53:25 2009 +0200 (2009-05-29)
parents
children 0193bd5b5e89
line source
1 # SliTaz package receipt.
3 PACKAGE="Zim"
4 VERSION="0.28"
5 CATEGORY="utilities"
6 SHORT_DESC="A desktop wiki."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="perl perl-gtk2 perl-file-basedir perl-file-desktopentry \
9 perl-file-mimeinfo desktop-file-utils xdg-utils"
10 BUILD_DEPENDS="perl perl-gtk2 perl-file-basedir perl-file-desktopentry \
11 perl-file-mimeinfo desktop-file-utils xdg-utils"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WEB_SITE="http://zim-wiki.org/"
14 WGET_URL="http://www.zim-wiki.org/downloads/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure
21 make && make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/* $fs/usr
29 }