wok-current diff gitmail/receipt @ rev 1511
Update some BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 23:16:15 2008 +0000 (2008-10-05) |
parents | 395544099604 |
children | 52dc4b48ed81 |
line diff
1.1 --- a/gitmail/receipt Wed Mar 26 07:22:04 2008 +0000 1.2 +++ b/gitmail/receipt Sun Oct 05 23:16:15 2008 +0000 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 DEPENDS="gtk+" 1.7 +BUILD_DEPENDS="pkg-config gtk+" 1.8 WEB_SITE="http://gitmail.sourceforge.net/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 1.11 @@ -14,8 +15,8 @@ 1.12 compile_rules() 1.13 { 1.14 cd GhostInTheMail-$VERSION 1.15 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.16 - make 1.17 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg \ 1.20 gitmaildocdir=/usr/share/doc/GhostInTheMail \ 1.21 install