# HG changeset patch # User Paul Issott # Date 1243625858 0 # Node ID 229efd009cf754bdfa8ff86aaab8a9c5ae58866e # Parent 0f4e433412b33ae1e9a54da403bd2ac3fad9a6f3 Add: Zim diff -r 0f4e433412b3 -r 229efd009cf7 Zim/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Zim/receipt Fri May 29 19:37:38 2009 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="Zim" +VERSION="0.28" +CATEGORY="utilities" +SHORT_DESC="A desktop wiki." +MAINTAINER="paul@slitaz.org" +DEPENDS="perl perl-gtk2 perl-file-basedir perl-file-desktopentry \ +perl-file-mimeinfo desktop-file-utils xdg-utils" +BUILD_DEPENDS="perl perl-gtk2 perl-file-basedir perl-file-desktopentry \ +perl-file-mimeinfo desktop-file-utils xdg-utils" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://zim-wiki.org/" +WGET_URL="http://www.zim-wiki.org/downloads/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/* $fs/usr +} +