wok rev 15157

gitmail: filter wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 17:43:39 2013 +0000 (2013-08-15)
parents 5913b5418083
children da80e6a51d90
files gitmail/receipt
line diff
     1.1 --- a/gitmail/receipt	Thu Aug 15 17:36:26 2013 +0000
     1.2 +++ b/gitmail/receipt	Thu Aug 15 17:43:39 2013 +0000
     1.3 @@ -5,18 +5,20 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Ghost In The Mail is a simple mail client."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://gitmail.sourceforge.net/"
    1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="gtk+ xorg-libXdamage"
    1.13  BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
    1.14 -WEB_SITE="http://gitmail.sourceforge.net/"
    1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread"
    1.22 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.23 +	./configure --prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v /config.rpath &&
    1.24  	make &&
    1.25  	make DESTDIR=$DESTDIR \
    1.26  	gitmaildocdir=/usr/share/doc/GhostInTheMail \