wok-6.x rev 3235
Add: Zim
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri May 29 19:37:38 2009 +0000 (2009-05-29) |
parents | 0f4e433412b3 |
children | 1b08b5e1e4dc |
files | Zim/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Zim/receipt Fri May 29 19:37:38 2009 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="Zim" 1.7 +VERSION="0.28" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="A desktop wiki." 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +DEPENDS="perl perl-gtk2 perl-file-basedir perl-file-desktopentry \ 1.12 +perl-file-mimeinfo desktop-file-utils xdg-utils" 1.13 +BUILD_DEPENDS="perl perl-gtk2 perl-file-basedir perl-file-desktopentry \ 1.14 +perl-file-mimeinfo desktop-file-utils xdg-utils" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +WEB_SITE="http://zim-wiki.org/" 1.17 +WGET_URL="http://www.zim-wiki.org/downloads/$TARBALL" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure 1.24 + make && make DESTDIR=$PWD/_pkg install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr 1.31 + cp -a $_pkg/usr/* $fs/usr 1.32 +} 1.33 +