libraries/libbsd: Updated for version 0.5.2.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2013-06-16 14:22:00 -03:00 committed by Niels Horn
parent aefac4af50
commit 0776deb9cb
2 changed files with 11 additions and 11 deletions

View file

@ -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 . \

View file

@ -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"