# HG changeset patch # User Christophe Lincoln # Date 1244757496 -7200 # Node ID 56ae9173bddba718417078178b756002df821cf4 # Parent f21c160be928992697f26e98e8e11e67c0c90dc0 zim: Renamed package Zim --> zim diff -r f21c160be928 -r 56ae9173bddb Zim/receipt --- a/Zim/receipt Thu Jun 11 23:42:38 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# 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 -} - -post_install() -{ - echo -n "Processing post-install commands..." - - # Create mimeinfo.cache in /usr/share/applications - update-desktop-database - status -} - diff -r f21c160be928 -r 56ae9173bddb zim/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zim/receipt Thu Jun 11 23:58:16 2009 +0200 @@ -0,0 +1,40 @@ +# 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" +SOURCE="Zim" +TARBALL="$SOURCE-$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 +} + +post_install() +{ + echo -n "Processing post-install commands..." + + # Create mimeinfo.cache in /usr/share/applications + update-desktop-database + status +} +