libraries/liblrdf: Updated maintainer information

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-28 12:06:10 +02:00 committed by Robby Workman
parent 6046c09ab5
commit b78c453924
2 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/lrdf/liblrdf-0.4.0.tar.gz"
MD5SUM="327a5674f671c4b360c6353800226877"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="ppr:kut"
EMAIL="HMWiesinger@gmx.at"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"