# HG changeset patch # User Christopher Rogers # Date 1318816564 0 # Node ID 8e767b51b485d02dbdffe3e8435fb7562cbaf971 # Parent 953770fc745ab4846879bbae93ed33068c5269c6 Up: claws-mail-notification to 0.28. diff -r 953770fc745a -r 8e767b51b485 claws-mail-notification/receipt --- a/claws-mail-notification/receipt Mon Oct 17 01:55:19 2011 +0000 +++ b/claws-mail-notification/receipt Mon Oct 17 01:56:04 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="claws-mail-notification" -VERSION="0.25" +VERSION="0.28" CATEGORY="network" SHORT_DESC="claws-mail plugin - mail notification." MAINTAINER="erjo@slitaz.org" @@ -16,10 +16,10 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.