wok diff chemtool/receipt @ rev 14865
Up: perl-extutils-depends (0.304)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 22 19:45:04 2013 -0300 (2013-07-22) |
parents | 39acb734f263 |
children | 380ffe05937a |
line diff
1.1 --- a/chemtool/receipt Mon Jan 07 11:59:55 2013 +0100 1.2 +++ b/chemtool/receipt Mon Jul 22 19:45:04 2013 -0300 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="Small program for drawing chemical structures." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +WEB_SITE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 +WGET_URL="$WEB_SITE$TARBALL" 1.10 +TAGS="chemistry" 1.11 + 1.12 DEPENDS="gtk+ xorg-libXdamage" 1.13 BUILD_DEPENDS="gtk+-dev xorg-xproto" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/" 1.16 -WGET_URL="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/$TARBALL" 1.17 -TAGS="chemistry" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -41,4 +42,6 @@ 1.22 cp -a $src/examples/c*.cht $fs/usr/share/examples/chemtool 1.23 cp -a $src/examples/p*.cht $fs/usr/share/examples/chemtool 1.24 cp -a $src/examples/t*.cht $fs/usr/share/examples/chemtool 1.25 + 1.26 + chown -R root:root $fs 1.27 }