wok-stable diff chemtool/receipt @ rev 1460
aterm beaver chemtool gftp grisbi gtick gtk-gnutella klavaro leafpad mtpaint sylpheed wine xpad: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 20:14:14 2008 +0000 (2008-10-03) |
parents | 78beccae5ad2 |
children | 2407153fdf77 |
line diff
1.1 --- a/chemtool/receipt Mon Apr 07 02:16:23 2008 +0200 1.2 +++ b/chemtool/receipt Fri Oct 03 20:14:14 2008 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Small program for drawing chemical structures." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="gtk+" 1.7 +BUILD_DEPENDS="gtk+-dev xorg-xproto" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/" 1.10 WGET_URL="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/$TARBALL" 1.11 @@ -14,8 +15,8 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 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 install 1.20 } 1.21