libraries/aubio: Updated maintainer information

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-28 12:07:04 +02:00 committed by Robby Workman
parent b78c453924
commit 5ce4945ec6
2 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for aubio
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,12 +27,10 @@ VERSION=0.3.2
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://aubio.org/pub/aubio-0.3.2.tar.gz"
MD5SUM="ffc3e5e4880fec67064f043252263a44"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="pprkut"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="David Somero"