summaryrefslogtreecommitdiffstats
path: root/libraries/liblo
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/liblo')
-rw-r--r--libraries/liblo/liblo.SlackBuild4
-rw-r--r--libraries/liblo/liblo.info2
2 files changed, 2 insertions, 4 deletions
diff --git a/libraries/liblo/liblo.SlackBuild b/libraries/liblo/liblo.SlackBuild
index ebdde3f6b7..da97768c15 100644
--- a/libraries/liblo/liblo.SlackBuild
+++ b/libraries/liblo/liblo.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for liblo
-# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2007-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.26
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
diff --git a/libraries/liblo/liblo.info b/libraries/liblo/liblo.info
index f98476f5bb..1a517e42f6 100644
--- a/libraries/liblo/liblo.info
+++ b/libraries/liblo/liblo.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/liblo/liblo-0.26.tar.gz"
MD5SUM="5351de14262560e15e7f23865293b16f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="ppr:kut"
+MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero,rworkman"