summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/vobject/README (renamed from libraries/vobject/README)0
-rw-r--r--python/vobject/slack-desc (renamed from libraries/vobject/slack-desc)0
-rw-r--r--python/vobject/vobject.SlackBuild (renamed from libraries/vobject/vobject.SlackBuild)4
-rw-r--r--python/vobject/vobject.info (renamed from libraries/vobject/vobject.info)2
4 files changed, 2 insertions, 4 deletions
diff --git a/libraries/vobject/README b/python/vobject/README
index abe038cabf..abe038cabf 100644
--- a/libraries/vobject/README
+++ b/python/vobject/README
diff --git a/libraries/vobject/slack-desc b/python/vobject/slack-desc
index d95843e33c..d95843e33c 100644
--- a/libraries/vobject/slack-desc
+++ b/python/vobject/slack-desc
diff --git a/libraries/vobject/vobject.SlackBuild b/python/vobject/vobject.SlackBuild
index 012117f4e4..058650cd1b 100644
--- a/libraries/vobject/vobject.SlackBuild
+++ b/python/vobject/vobject.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for vobject
-# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2009-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.8.1c
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/vobject/vobject.info b/python/vobject/vobject.info
index 2434ea8a8b..249a2bf809 100644
--- a/libraries/vobject/vobject.info
+++ b/python/vobject/vobject.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://vobject.skyhouseconsulting.com/vobject-0.8.1c.tar.gz"
MD5SUM="c9686dd74d39fdae140890d9c694c076"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="pprkut"
+MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"