mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/slv2: Updated for version 0.6.2
This commit is contained in:
parent
bb4243ee77
commit
ceb9cc6ed1
2 changed files with 7 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for slv2
|
||||
|
||||
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# 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=slv2
|
||||
VERSION=0.6.1
|
||||
VERSION=0.6.2
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -66,10 +66,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./waf build
|
||||
./waf install --destdir=$PKG
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
rm -rf $PKG/usr/man # No man pages are installed, but the dirs are...
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING INSTALL README \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slv2"
|
||||
VERSION="0.6.1"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="http://wiki.drobilla.net/SLV2"
|
||||
DOWNLOAD="http://download.drobilla.net/slv2-0.6.1.tar.bz2"
|
||||
MD5SUM="c298b372d2229920a96b5bf2eb5fd5b2"
|
||||
DOWNLOAD="http://download.drobilla.net/slv2-0.6.2.tar.bz2"
|
||||
MD5SUM="4e8bb5f5e96d0edea988018b6297cf99"
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue