summaryrefslogtreecommitdiffstats
path: root/libraries/libbsd/libbsd.SlackBuild
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2013-06-16 14:22:00 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2013-06-16 14:22:00 -0300
commit0776deb9cb6d87a2b5d92c3b43cb0f336af1327e (patch)
tree162e70f6478846fd3b4bef95ff2f8770e675f402 /libraries/libbsd/libbsd.SlackBuild
parentaefac4af50a51e0b175fe58b5b0ba77dc98c5df9 (diff)
downloadslackbuilds-0776deb9cb6d87a2b5d92c3b43cb0f336af1327e.tar.gz
slackbuilds-0776deb9cb6d87a2b5d92c3b43cb0f336af1327e.tar.xz
libraries/libbsd: Updated for version 0.5.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libbsd/libbsd.SlackBuild')
-rw-r--r--libraries/libbsd/libbsd.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/libbsd/libbsd.SlackBuild b/libraries/libbsd/libbsd.SlackBuild
index 951f764412..debbec4e81 100644
--- a/libraries/libbsd/libbsd.SlackBuild
+++ b/libraries/libbsd/libbsd.SlackBuild
@@ -1,8 +1,8 @@
#!/bin/sh
-
-# Copyright (c) 2010, 2011, 2012 Daniel LEVAI
+
+# Copyright (c) 2010-2013 LEVAI Daniel
# All rights reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
@@ -13,7 +13,7 @@
# * Neither the name of the <organization> nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
-#
+#
# THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -28,7 +28,7 @@
# Build script for libbsd
PRGNAM=libbsd
-VERSION=${VERSION:-0.4.2}
+VERSION=${VERSION:-0.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,7 +48,7 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ];then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
+elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
@@ -65,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \