# HG changeset patch # User Pascal Bellard # Date 1376588619 0 # Node ID d3fe634de29c5375444a74dccb062a0ed812e076 # Parent 5913b541808357c0fb577ff90f2b88aa5efeb96e gitmail: filter wrong error trigger diff -r 5913b5418083 -r d3fe634de29c gitmail/receipt --- a/gitmail/receipt Thu Aug 15 17:36:26 2013 +0000 +++ b/gitmail/receipt Thu Aug 15 17:43:39 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="network" SHORT_DESC="Ghost In The Mail is a simple mail client." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gitmail.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" -WEB_SITE="http://gitmail.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread" - ./configure --prefix=/usr $CONFIGURE_ARGS && + ./configure --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath && make && make DESTDIR=$DESTDIR \ gitmaildocdir=/usr/share/doc/GhostInTheMail \