summaryrefslogtreecommitdiffstats
path: root/libraries/libbsd
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
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')
-rw-r--r--libraries/libbsd/libbsd.SlackBuild14
-rw-r--r--libraries/libbsd/libbsd.info8
2 files changed, 11 insertions, 11 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 . \
diff --git a/libraries/libbsd/libbsd.info b/libraries/libbsd/libbsd.info
index aef4bda1fe..8e8269f213 100644
--- a/libraries/libbsd/libbsd.info
+++ b/libraries/libbsd/libbsd.info
@@ -1,10 +1,10 @@
PRGNAM="libbsd"
-VERSION="0.4.2"
+VERSION="0.5.2"
HOMEPAGE="http://libbsd.freedesktop.org/wiki/"
-DOWNLOAD="http://libbsd.freedesktop.org/releases/libbsd-0.4.2.tar.gz"
-MD5SUM="591fc9de4ca22f78cf87a94e648a92f4"
+DOWNLOAD="http://libbsd.freedesktop.org/releases/libbsd-0.5.2.tar.xz"
+MD5SUM="be8b2e0dc4614699834c49693574fd1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Daniel LEVAI"
+MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"