wok-current diff grisbi/receipt @ rev 1486
lxlauncher tor: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 09:38:06 2008 +0000 (2008-10-05) |
parents | 74c908326808 |
children | 3d99ecce2d4b |
line diff
1.1 --- a/grisbi/receipt Thu Sep 25 07:52:52 2008 +0000 1.2 +++ b/grisbi/receipt Sun Oct 05 09:38:06 2008 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Personnal bank manager" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="gtk+" 1.9 +BUILD_DEPENDS="pkg-config glib gtk+ libxml2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.grisbi.org/index.fr.html" 1.12 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" 1.13 @@ -14,8 +15,8 @@ 1.14 compile_rules() 1.15 { 1.16 cd $src 1.17 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.18 - make 1.19 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23