academic/xdrawchem: Updated for version 1.9.9

This commit is contained in:
Robby Workman 2010-05-11 22:21:37 +02:00 committed by Michiel van Wessem
parent ab35680a81
commit 034abc812b
4 changed files with 19 additions and 18 deletions

View file

@ -5,5 +5,5 @@ and write MDL Molfiles, and read ChemDraw text and binary files, to
allow sharing between XDrawChem and other chemistry applications,
and it can create images in popular formats like PNG and EPS.
XDrawChem needs the openbabel library for which there is a build
script at SlackBuilds.org.
XDrawChem needs the openbabel library, for which there is a build
script at SlackBuilds.org.

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
|-----handy-ruler---------------------------------------------------|
xdrawchem: XDrawChem (Molecule Drawing Program)
xdrawchem:
xdrawchem: XDrawChem is a two-dimensional molecule drawing program for Unix
@ -14,6 +14,6 @@ xdrawchem: drawing programs such as ChemDraw (TM, CambridgeSoft). It can read
xdrawchem: and write MDL Molfiles, and read ChemDraw text and binary files, to
xdrawchem: allow sharing between XDrawChem and other chemistry applications,
xdrawchem: and it can create images in popular formats like PNG and EPS.
xdrawchem: Homepage: http://xdrawchem.sourceforge.net/
xdrawchem: ** XDrawChem requires the OpenBabel library. **
xdrawchem:
xdrawchem: Homepage: http://xdrawchem.sourceforge.net/
xdrawchem:

View file

@ -2,7 +2,7 @@
# Slackware build script for xdrawchem
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
# Copyright 2006-2008 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,13 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by the SlackBuilds.org project
PRGNAM=xdrawchem
VERSION=1.9.9
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@ -42,10 +41,10 @@ fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
cd $TMP
rm -rf $PRGNAM-$VERSION
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go-w+r .
@ -58,13 +57,15 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
|| exit 1
--enable-static=no \
--build=$ARCH-slackware-linux
make || exit 1
make install-strip DESTDIR=$PKG || exit 1
make
make install-strip DESTDIR=$PKG
# Install icon and desktop file
install -D -m 0644 $CWD/xdrawchem.desktop $PKG/usr/share/applications/xdrawchem.desktop
install -D -m 0644 $CWD/xdrawchem.desktop \
$PKG/usr/share/applications/xdrawchem.desktop
install -D -m 0644 xdrawchem/xdc.xpm $PKG/usr/share/pixmaps/xdc.xpm
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
@ -84,4 +85,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,7 +1,7 @@
PRGNAM="xdrawchem"
VERSION="1.9.9"
HOMEPAGE="http://xdrawchem.sourceforge.net"
DOWNLOAD="http://dl.sourceforge.net/xdrawchem/xdrawchem-1.9.9.tar.gz"
DOWNLOAD="http://downloads.sourceforge.net/xdrawchem/xdrawchem-1.9.9.tar.gz"
MD5SUM="6343d031b3ea19a6606831c89b8006b2"
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"