mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
libraries/libmaa: Updated for version 1.2.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ecad7dfd69
commit
b5059d788e
3 changed files with 8 additions and 10 deletions
|
@ -4,16 +4,14 @@
|
|||
# Written by sercari <sercari@esdebian.org>
|
||||
|
||||
PRGNAM=libmaa
|
||||
VERSION=1.1.1
|
||||
VERSION=1.2.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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libmaa"
|
||||
VERSION="1.1.1"
|
||||
HOMEPAGE="http://sourceforge.net/dict"
|
||||
DOWNLOAD="http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.1.1/libmaa-1.1.1.tar.gz/download"
|
||||
MD5SUM="0f3e1ef0e3dc6c516b8fb0cacef8f628"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://dict.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dict/libmaa-1.2.0.tar.gz"
|
||||
MD5SUM="7e5eefc9929d75f019d3854d94c35928"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="sercari"
|
||||
EMAIL="sercari@esdebian.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler-----------------------------------------------------|
|
||||
libmaa: libmaa
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libmaa: libmaa (library for dictd)
|
||||
libmaa:
|
||||
libmaa: libmaa is a dependency for dictd.
|
||||
libmaa:
|
||||
|
|
Loading…
Reference in a new issue