summaryrefslogtreecommitdiffstats
path: root/libraries/liblrdf/liblrdf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/liblrdf/liblrdf.SlackBuild')
-rw-r--r--libraries/liblrdf/liblrdf.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/liblrdf/liblrdf.SlackBuild b/libraries/liblrdf/liblrdf.SlackBuild
index 7495948ce3..197d1ed963 100644
--- a/libraries/liblrdf/liblrdf.SlackBuild
+++ b/libraries/liblrdf/liblrdf.SlackBuild
@@ -1,9 +1,8 @@
#!/bin/sh
# Slackware build script for liblrdf
-# Written by ppr:kut <hmwiesinger@gmx.at>
-# Copyright 2007 Heinz Wiesinger
+# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,12 +27,10 @@ VERSION=0.4.0
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