mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/poco: Updated for version 1.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
bb9327f6b2
commit
86981bd451
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for poco
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=poco
|
||||
SRCVER=${SRCVER:-1.6.0-all}
|
||||
VERSION=$(echo $SRCVER | cut -c1-7)
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
EDITION=all
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,9 +60,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
rm -rf $PRGNAM-$VERSION-$EDITION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-$EDITION.tar.gz
|
||||
cd $PRGNAM-$VERSION-$EDITION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="poco"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.6.1"
|
||||
HOMEPAGE="http://pocoproject.org"
|
||||
DOWNLOAD="http://pocoproject.org/releases/poco-1.6.0/poco-1.6.0-all.tar.gz"
|
||||
MD5SUM="4fed893d4ca57db98b0e10d82545232a"
|
||||
DOWNLOAD="http://pocoproject.org/releases/poco-1.6.1/poco-1.6.1-all.tar.gz"
|
||||
MD5SUM="05961d10195d0f760b707752e88938e9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mysql-connector-c++ unixODBC"
|
||||
|
|
Loading…
Reference in a new issue