libraries/poco: Updated for version 1.6.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2015-02-19 09:47:53 +02:00 committed by Willy Sudiarto Raharjo
parent 42d0935443
commit b07480fdca
2 changed files with 7 additions and 13 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=poco PRGNAM=poco
SRCVER=${SRCVER:-1.4.7p1-all} SRCVER=${SRCVER:-1.6.0-all}
VERSION=$(echo $SRCVER | cut -c1-7) VERSION=$(echo $SRCVER | cut -c1-7)
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -74,17 +74,11 @@ if [ "$ARCH" = "x86_64" ]; then
patch -p1 < $CWD/poco_x64.patch patch -p1 < $CWD/poco_x64.patch
fi fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
--config=Linux \
--prefix=/usr \ --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \ --no-tests \
--sysconfdir=/etc \ --no-samples \
--localstatedir=/var \ --shared
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
make make
make install DESTDIR=$PKG make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="poco" PRGNAM="poco"
VERSION="1.4.7p1" VERSION="1.6.0"
HOMEPAGE="http://pocoproject.org" HOMEPAGE="http://pocoproject.org"
DOWNLOAD="http://pocoproject.org/releases/poco-1.4.7/poco-1.4.7p1-all.tar.gz" DOWNLOAD="http://pocoproject.org/releases/poco-1.6.0/poco-1.6.0-all.tar.gz"
MD5SUM="12551b729456c985cffd14e977526c01" MD5SUM="4fed893d4ca57db98b0e10d82545232a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="mysql-connector-c++ unixODBC" REQUIRES="mysql-connector-c++ unixODBC"