From 0776deb9cb6d87a2b5d92c3b43cb0f336af1327e Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sun, 16 Jun 2013 14:22:00 -0300 Subject: libraries/libbsd: Updated for version 0.5.2. Signed-off-by: Niels Horn --- libraries/libbsd/libbsd.SlackBuild | 14 +++++++------- libraries/libbsd/libbsd.info | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'libraries/libbsd') 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 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" -- cgit v1.2.3