academic/gchemutils: Fixed build.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
91b6da01d9
commit
5457d31725
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue