diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2011-03-28 12:06:10 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-29 00:07:51 -0500 |
commit | b78c453924c1e470c10959f1a9a93435bdba5d85 (patch) | |
tree | 3ff733172c9a8a58e0ca9bdaf4a78546bf383c97 /libraries/liblrdf/liblrdf.SlackBuild | |
parent | 6046c09ab59855f48201209c2edd6f41f0043c08 (diff) | |
download | slackbuilds-b78c453924c1e470c10959f1a9a93435bdba5d85.tar.gz |
libraries/liblrdf: Updated maintainer information
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/liblrdf/liblrdf.SlackBuild')
-rw-r--r-- | libraries/liblrdf/liblrdf.SlackBuild | 5 |
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 |