libraries/wxSQLite3: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
67d0474dc6
commit
9b6fb140c2
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for wxSQLite3.
|
||||
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wxSQLite3
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCNAM=wxsqlite3
|
||||
SRCNAM="wxsqlite3"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -88,10 +88,8 @@ make install DESTDIR=$PKG
|
|||
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
|
||||
|
||||
DOCS="LICENCE.txt Readme.txt"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp -a LICENCE.txt readme.md $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="wxSQLite3"
|
||||
VERSION="3.2.1"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="http://wxcode.sourceforge.net/components/wxsqlite3/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wxcode/Components/wxSQLite3/wxsqlite3-3.2.1.tar.gz"
|
||||
MD5SUM="2ac2508d05901a8a8e9de9915ed7a7f9"
|
||||
DOWNLOAD="http://sourceforge.net/projects/wxcode/files/Components/wxSQLite3/wxsqlite3-3.3.0.tar.gz"
|
||||
MD5SUM="a718a8ec885aa82ee3192b2765214fef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxGTK"
|
||||
|
|
Loading…
Reference in New Issue