desktop/q4wine: Updated for version 0.114-r1.

This commit is contained in:
David Somero 2010-03-15 19:06:46 -05:00 committed by Erik Hanson
parent 07c507b4ca
commit 8dc5975690
2 changed files with 11 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for qt4wine
# Copyright 2009 David Somero <dsomero@hotmail.com> Athens,TN USA
# Copyright 2009-2010 David Somero <dsomero@hotmail.com> Athens,TN USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=q4wine
VERSION=${VERSION:-0.113}
VERSION=${VERSION:-0.114_r1}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,7 +53,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION
tar xvf $CWD/q4wine-$SRCVERSION.tar.gz
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
cd $PRGNAM-$SRCVERSION
chown -R root:root .
find . \
@ -70,17 +70,13 @@ mkdir build
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} ..
make
make
make install DESTDIR=$PKG
) || exit
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
)
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 INSTALL LICENSE README ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,10 +1,10 @@
PRGNAM="q4wine"
VERSION="0.113"
VERSION="0.114_r1"
HOMEPAGE="http://q4wine.brezblock.org.ua"
DOWNLOAD="http://downloads.sourceforge.net/q4wine/q4wine-0.113.tar.gz"
MD5SUM="4428a5977e03f5fc08ad61f3b3ad95c5"
DOWNLOAD="http://downloads.sourceforge.net/q4wine/q4wine-0.114-r1.tar.gz"
MD5SUM="201e7b75deb859e9f23cd615f6fe7ee6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="rworkman"
APPROVED="Erik Hanson"