libraries/agg: New Maintainer.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
ponce 2010-10-31 16:06:16 +01:00 committed by Heinz Wiesinger
parent 04a9ce17c4
commit 332ed286b1
2 changed files with 2 additions and 4 deletions

View file

@ -13,12 +13,10 @@ VERSION=${VERSION:-2.5}
BUILD=${BUILD:-2}
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

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://www.antigrain.com/agg-2.5.tar.gz"
MD5SUM="0229a488bc47be10a2fee6cf0b2febd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Menno Duursma"
EMAIL="druiloor@zonnet.nl"
MAINTAINER="ponce"
EMAIL="matteo.bernardini@sns.it"
APPROVED="rworkman"