From e6b18b1189a9fca51a3bf48e9305e785f965b365 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 2 Dec 2012 12:34:13 -0500 Subject: libraries/libx86emu: Updated for version 1.3 Signed-off-by: dsomero --- libraries/libx86emu/libx86emu.SlackBuild | 11 ++++++----- libraries/libx86emu/libx86emu.info | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'libraries') diff --git a/libraries/libx86emu/libx86emu.SlackBuild b/libraries/libx86emu/libx86emu.SlackBuild index 017619f85c..56244c245c 100644 --- a/libraries/libx86emu/libx86emu.SlackBuild +++ b/libraries/libx86emu/libx86emu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libx86emu -# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2012 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libx86emu -VERSION=1.1 +VERSION=1.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -67,6 +65,9 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +# disable regeneration of changelog and VERSION +chmod -x ./git2log + # use our CFLAGS sed -i "s/-O2/$SLKCFLAGS/" Makefile @@ -82,7 +83,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a Changelog LICENSE README VERSION \ +cp -a changelog LICENSE README VERSION \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/libx86emu/libx86emu.info b/libraries/libx86emu/libx86emu.info index 0320f484ee..7197e0eadf 100644 --- a/libraries/libx86emu/libx86emu.info +++ b/libraries/libx86emu/libx86emu.info @@ -1,8 +1,8 @@ PRGNAM="libx86emu" -VERSION="1.1" -HOMEPAGE="http://git.opensuse.org/?p=people/snwint/libx86emu.git;a=summary" -DOWNLOAD="http://www.liwjatan.at/files/src/hwinfo/libx86emu-1.1.tar.xz" -MD5SUM="e0a1a65c37c1f7bc50ffc6c72bbcc2d5" +VERSION="1.3" +HOMEPAGE="http://gitorious.org/x86emu/libx86emu" +DOWNLOAD="http://www.liwjatan.at/files/src/hwinfo/libx86emu-1.3.tar.xz" +MD5SUM="3638c4e0bc4e0faad13ce7ca04345813" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-80-g2a13