development/cmocka: Updated for version 1.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Manuel Argüelles 2016-07-24 16:56:53 +07:00 committed by Willy Sudiarto Raharjo
parent eae1ea20dd
commit 6b3a791cf8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 13 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cmocka
VERSION=${VERSION:-0.4.1}
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -69,11 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix for gcc-5.2.0
# "ISO C does not support __FUNCTION__ predefined identifier"
sed -i -e 's/ -pedantic -pedantic-errors//' \
cmake/Modules/DefineCompilerFlags.cmake
mkdir -p build
cd build
cmake \

View file

@ -1,8 +1,8 @@
PRGNAM="cmocka"
VERSION="0.4.1"
HOMEPAGE="http://cmocka.org/"
DOWNLOAD="https://open.cryptomilk.org/attachments/download/42/cmocka-0.4.1.tar.xz"
MD5SUM="fca91aa67a5393b123f1ed476031ed48"
VERSION="1.0.1"
HOMEPAGE="https://cmocka.org/"
DOWNLOAD="https://cmocka.org/files/1.0/cmocka-1.0.1.tar.xz"
MD5SUM="ed861e501a21a92b2af63e466df2015e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""