summaryrefslogtreecommitdiffstats
path: root/development/facile
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-30 00:10:19 +0200
committer Robby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:57 -0500
commit9fb2b1a1191ae5fc50df9f218cb0c82db4dbe43b (patch)
treeb2a1211cccade14a3edf544be6e2263e891b6f2d /development/facile
parentac5102d0270b6a2937e1045af9be6a53ea0a7837 (diff)
downloadslackbuilds-9fb2b1a1191ae5fc50df9f218cb0c82db4dbe43b.tar.gz
slackbuilds-9fb2b1a1191ae5fc50df9f218cb0c82db4dbe43b.tar.xz
development/facile: Updated maintainer information
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/facile')
-rw-r--r--development/facile/facile.SlackBuild4
-rw-r--r--development/facile/facile.info2
2 files changed, 2 insertions, 4 deletions
diff --git a/development/facile/facile.SlackBuild b/development/facile/facile.SlackBuild
index 7cd3e28cc0..bb074a1489 100644
--- a/development/facile/facile.SlackBuild
+++ b/development/facile/facile.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for facile
-# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2008-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=1.1
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/development/facile/facile.info b/development/facile/facile.info
index 33e8ab7877..81085395b1 100644
--- a/development/facile/facile.info
+++ b/development/facile/facile.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://www.recherche.enac.fr/opti/facile/distrib/facile-1.1.tar.gz"
MD5SUM="ab673e1fc0859a42bcb639a02c2d7e9e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="pprkut"
+MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Michiel"