mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/liboglappth: Updated for version 1.0.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
4d3a659909
commit
7b0ba4bcfb
2 changed files with 7 additions and 9 deletions
|
@ -5,16 +5,14 @@
|
|||
# Written by Daniil Bratashov (dn2010@gmail.com)
|
||||
|
||||
PRGNAM=liboglappth
|
||||
VERSION=${VERSION:-0.98}
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -38,7 +36,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="liboglappth"
|
||||
VERSION="0.98"
|
||||
HOMEPAGE="http://www.uku.fi/~thassine/projects/ghemical/"
|
||||
DOWNLOAD="http://www.uku.fi/~thassine/projects/download/current/liboglappth-0.98.tar.gz"
|
||||
MD5SUM="dd280286a51fcba6a47264a383a2f1fe"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.bioinformatics.org/ghemical/"
|
||||
DOWNLOAD="http://www.bioinformatics.org/ghemical/download/release20111012/liboglappth-1.0.0.tar.gz"
|
||||
MD5SUM="48261e5f4cf99e113fb22e524f0b1eeb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Daniil Bratashov"
|
||||
EMAIL="dn2010@gmail.com"
|
||||
APPROVED="dsomero,rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue