diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-29 08:28:56 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-29 08:29:17 +0100 |
commit | 4a02937bb543b995232501a081a0de7b2a8b869f (patch) | |
tree | efb5c5b259c573f3d07d59aed2977a72f130eaaa /network/authbind/authbind.SlackBuild | |
parent | 25d18eb252b39987de0c9f0009fc202c4046819c (diff) |
network/authbind: Updated for version 2.1.1.
Added license, improved README and slack-desc
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/authbind/authbind.SlackBuild')
-rw-r--r-- | network/authbind/authbind.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/authbind/authbind.SlackBuild b/network/authbind/authbind.SlackBuild index 40fde2d99fc4..cf35c023c6a2 100644 --- a/network/authbind/authbind.SlackBuild +++ b/network/authbind/authbind.SlackBuild @@ -4,17 +4,17 @@ # Written by B. Watson (yalhcru@gmail.com) +# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. + PRGNAM=authbind -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-2.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 |