mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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:
parent
42d0935443
commit
b07480fdca
2 changed files with 7 additions and 13 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=poco
|
||||
SRCVER=${SRCVER:-1.4.7p1-all}
|
||||
SRCVER=${SRCVER:-1.6.0-all}
|
||||
VERSION=$(echo $SRCVER | cut -c1-7)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -74,17 +74,11 @@ if [ "$ARCH" = "x86_64" ]; then
|
|||
patch -p1 < $CWD/poco_x64.patch
|
||||
fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--config=Linux \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
--no-tests \
|
||||
--no-samples \
|
||||
--shared
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="poco"
|
||||
VERSION="1.4.7p1"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="http://pocoproject.org"
|
||||
DOWNLOAD="http://pocoproject.org/releases/poco-1.4.7/poco-1.4.7p1-all.tar.gz"
|
||||
MD5SUM="12551b729456c985cffd14e977526c01"
|
||||
DOWNLOAD="http://pocoproject.org/releases/poco-1.6.0/poco-1.6.0-all.tar.gz"
|
||||
MD5SUM="4fed893d4ca57db98b0e10d82545232a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mysql-connector-c++ unixODBC"
|
||||
|
|
Loading…
Reference in a new issue