libraries/mysql++: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
18d7db0cf6
commit
c557c8242a
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=mysql++
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -92,8 +92,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING.txt CREDITS.txt ChangeLog HACKERS.txt INSTALL.txt LICENSE.txt \
|
||||
README-*.txt Wishlist $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING.txt CREDITS.txt INSTALL.txt LICENSE.txt \
|
||||
README-*.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a doc/{html,pdf} $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mysql++"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="http://tangentsoft.net/mysql++/"
|
||||
DOWNLOAD="https://tangentsoft.com/mysqlpp/releases/mysql%2b%2b-3.1.0.tar.gz"
|
||||
MD5SUM="d92769cc579b87a60e58a77099cc4f0e"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="https://tangentsoft.net/mysql++/"
|
||||
DOWNLOAD="https://tangentsoft.com/mysqlpp/releases/mysql%2b%2b-3.3.0.tar.gz"
|
||||
MD5SUM="39932f1efb6fec00366cd7c7c4bb0914"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue