mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/poco: upgrade to 1.9.3
This commit is contained in:
parent
df9b14489e
commit
e83ef14dd7
@ -1,14 +1,14 @@
|
||||
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
# Maintainer:
|
||||
pkgname=poco
|
||||
pkgver=1.9.2
|
||||
pkgver=1.9.3
|
||||
pkgrel=0
|
||||
pkgdesc="C++ class libraries for building network- and internet-based applications"
|
||||
options="!check" # No testsuite
|
||||
url="https://pocoproject.org/"
|
||||
arch="all"
|
||||
license="BSL-1.0"
|
||||
makedepends="openssl-dev linux-headers"
|
||||
makedepends="openssl-dev linux-headers zlib-dev pcre-dev expat-dev sqlite-dev"
|
||||
subpackages="$pkgname-dev"
|
||||
source="https://pocoproject.org/releases/poco-$pkgver/poco-$pkgver-all.tar.gz
|
||||
cxxflags.patch
|
||||
@ -22,7 +22,8 @@ build() {
|
||||
--minimal \
|
||||
--shared \
|
||||
--no-tests \
|
||||
--no-samples
|
||||
--no-samples \
|
||||
--unbundled
|
||||
make
|
||||
}
|
||||
|
||||
@ -36,5 +37,5 @@ package() {
|
||||
cp Crypto/include/Poco/Crypto/*.h "$_basedir"/Crypto
|
||||
}
|
||||
|
||||
sha512sums="65a125dea5b3dbffe5f1121bdb58824d0905daeff0af52e7bb89abf5571624147b16f084a8bde316afd0394fc7fe9a2d185e0e0c0ccd31f393df84cf0dceb603 poco-1.9.2-all.tar.gz
|
||||
sha512sums="2c71f3d100ea6459aec37fcd463f7ef7a710dca69d70058a408806b2b9a28bffd102aadab7c781d90d15b7dde176149bdc18ce50abb1823d9a2c50e699a322c5 poco-1.9.3-all.tar.gz
|
||||
5f72e487074ea26e29e81d6fc244d03989d780d71b33a064456fa19b241aca278fbfd9b303733940b837921ea25781ee62905d70a5f1c57f1b24cd38a2a7d720 cxxflags.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user