From b78c453924c1e470c10959f1a9a93435bdba5d85 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Mon, 28 Mar 2011 12:06:10 +0200 Subject: libraries/liblrdf: Updated maintainer information Signed-off-by: Heinz Wiesinger --- libraries/liblrdf/liblrdf.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libraries/liblrdf/liblrdf.SlackBuild') 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 -# 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 -- cgit v1.2.3