libraries/rudiments: Updated for version 0.55.0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
1392bc94c6
commit
a684caae07
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for rudiments
|
||||
|
||||
# Copyright 2015 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
|
||||
# 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=rudiments
|
||||
VERSION=${VERSION:-0.50}
|
||||
VERSION=${VERSION:-0.55.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -86,6 +86,10 @@ sed -i "s/^\(docdir = \).*$/\1\${prefix}\/doc\/$PRGNAM-$VERSION\/html/" config.m
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Cruft removal
|
||||
rm $PKG/usr/share/licenses/rudiments/COPYING
|
||||
rmdir $PKG/usr/{share/licenses/rudiments,share/licenses,share}
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rudiments"
|
||||
VERSION="0.50"
|
||||
VERSION="0.55.0"
|
||||
HOMEPAGE="http://sqlrelay.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/rudiments/rudiments-0.50.tar.gz"
|
||||
MD5SUM="e500c44746e8a76c5889cb4d62dfdedc"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/rudiments/rudiments-0.55.0.tar.gz"
|
||||
MD5SUM="1b066c718074e78c96b82f900772cf6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue