mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/q4wine: Updated for version 0.999_rc8.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
4e4f34dc47
commit
9200b315a7
2 changed files with 11 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=q4wine
|
||||
VERSION=${VERSION:-0.114_r1}
|
||||
VERSION=${VERSION:-0.999_rc8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,7 +65,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVERSION
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.?z*
|
||||
cd $PRGNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -90,8 +90,13 @@ mkdir build
|
|||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Move man pages in in the correct place and compress them
|
||||
mv $PKG/usr/share/man $PKG/usr/man
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a INSTALL LICENSE README ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING README TODO ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="q4wine"
|
||||
VERSION="0.114_r1"
|
||||
VERSION="0.999_rc8"
|
||||
HOMEPAGE="http://q4wine.brezblock.org.ua"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/q4wine/q4wine-0.114-r1.tar.gz"
|
||||
MD5SUM="201e7b75deb859e9f23cd615f6fe7ee6"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/q4wine/q4wine-0.999-rc8.tar.bz2"
|
||||
MD5SUM="635ce6a70c3d6976ded950f6227c8d30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="icoutils"
|
||||
|
|
Loading…
Reference in a new issue