mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/sord: Updated for version 0.14.0.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
8a0550f632
commit
405fc419f4
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for sord
|
# Slackware build script for sord
|
||||||
|
|
||||||
# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands
|
# Copyright 2012-2016 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=sord
|
PRGNAM=sord
|
||||||
VERSION=0.12.0
|
VERSION=0.14.0
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS COPYING INSTALL NEWS PACKAGING README \
|
cp -a AUTHORS COPYING INSTALL NEWS README \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="sord"
|
PRGNAM="sord"
|
||||||
VERSION="0.12.0"
|
VERSION="0.14.0"
|
||||||
HOMEPAGE="http://drobilla.net/software/sord/"
|
HOMEPAGE="http://drobilla.net/software/sord/"
|
||||||
DOWNLOAD="http://download.drobilla.net/sord-0.12.0.tar.bz2"
|
DOWNLOAD="http://download.drobilla.net/sord-0.14.0.tar.bz2"
|
||||||
MD5SUM="0c045bd0a7a2d70974ed7287bb61f891"
|
MD5SUM="7ffda283ad0a5716f196f650edd25713"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="serd"
|
REQUIRES="serd"
|
||||||
|
|
Loading…
Reference in a new issue