wok diff chemtool/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents 78beccae5ad2
children 2407153fdf77
line diff
     1.1 --- a/chemtool/receipt	Mon Apr 07 02:16:23 2008 +0200
     1.2 +++ b/chemtool/receipt	Sun Feb 15 22:50:52 2009 +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