wok rev 20783

updated chemtool (1.6.12 -> 1.6.14)
author Hans-G?nter Theisgen
date Thu Feb 14 15:04:32 2019 +0100 (2019-02-14)
parents af301d113686
children 2a01a33c6395
files chemtool/receipt
line diff
     1.1 --- a/chemtool/receipt	Thu Feb 14 14:57:20 2019 +0100
     1.2 +++ b/chemtool/receipt	Thu Feb 14 15:04:32 2019 +0100
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="chemtool"
     1.7 -VERSION="1.6.12"
     1.8 +VERSION="1.6.14"
     1.9  CATEGORY="graphics"
    1.10 +TAGS="chemistry"
    1.11  SHORT_DESC="Small program for drawing chemical structures."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$WEB_SITE$TARBALL"
    1.18 -TAGS="chemistry"
    1.19  
    1.20  DEPENDS="gtk+ xorg-libXdamage"
    1.21  BUILD_DEPENDS="gtk+-dev xorg-xproto"
    1.22 @@ -18,8 +19,9 @@
    1.23  compile_rules()
    1.24  {
    1.25  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    1.26 -	cd $src
    1.27 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.28 +	./configure \
    1.29 +		--prefix=/usr \
    1.30 +		$CONFIGURE_ARGS &&
    1.31  	make &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }