academic/gchemutils: Fixed build.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Petar Petrov 2012-09-11 19:21:44 -05:00 committed by Robby Workman
parent 91b6da01d9
commit 5457d31725
3 changed files with 8 additions and 7 deletions

View File

@ -16,5 +16,6 @@ Three plugins for external programs are included:
3) A Mozilla plugin allows embedding 2D, 3D and crystal structures as
well as spectra in web pages
NOTE: The Mozilla plugin might not be very stable, so if you want to
prevent it from building, pass MOZILLA=NO to the script.
NOTE: For building the Mozilla plugin, make sure you have Seamonkey
installed. The Mozilla plugin might not be very stable, so if you want
to prevent it from building, pass MOZILLA=NO to the script.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gchemutils
VERSION=${VERSION:-0.12.10}
VERSION=${VERSION:-0.12.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="gchemutils"
VERSION="0.12.10"
VERSION="0.12.12"
HOMEPAGE="http://gchemutils.nongnu.org/"
DOWNLOAD="http://download.savannah.gnu.org/releases/gchemutils/0.12/gnome-chemistry-utils-0.12.10.tar.xz"
MD5SUM="8695127b480f5779348ceccfdbb05e77"
DOWNLOAD="http://download.savannah.gnu.org/releases/gchemutils/0.12/gnome-chemistry-utils-0.12.12.tar.xz"
MD5SUM="d1bee1c30bf95621562dd9b443a33470"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bodr chemical-mime-data gnumeric gtkglext openbabel"
REQUIRES="goffice chemical-mime-data bodr gtkglext openbabel"
MAINTAINER="Petar Petrov"
EMAIL="ppetrov@paju.oulu.fi"