wok-current diff gitmail/receipt @ rev 15255
gammu: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 21:06:53 2013 +0000 (2013-09-23) |
parents | 1ae5963f23df |
children | 17e313b5b9c1 |
line diff
1.1 --- a/gitmail/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/gitmail/receipt Mon Sep 23 21:06:53 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 \