wok diff chemtool/receipt @ rev 14871

musl-libc: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 23 09:36:13 2013 +0000 (2013-07-23)
parents 39acb734f263
children 380ffe05937a
line diff
     1.1 --- a/chemtool/receipt	Mon Jan 07 11:59:55 2013 +0100
     1.2 +++ b/chemtool/receipt	Tue Jul 23 09:36:13 2013 +0000
     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  }