curlpp: update to 0.8.1.
This commit is contained in:
parent
daacd4340f
commit
d880b0d0cf
2 changed files with 6 additions and 12 deletions
|
@ -2610,7 +2610,7 @@ libsss_simpleifp.so.0 sssd-1.13.4_1
|
||||||
libforms.so.2 xforms-1.2.4_2
|
libforms.so.2 xforms-1.2.4_2
|
||||||
libflimage.so.2 xforms-1.2.4_2
|
libflimage.so.2 xforms-1.2.4_2
|
||||||
libutilspp.so.0 curlpp-0.7.3_2
|
libutilspp.so.0 curlpp-0.7.3_2
|
||||||
libcurlpp.so.0 curlpp-0.7.3_2
|
libcurlpp.so.1 curlpp-0.8.1_1
|
||||||
libtcd.so.1 libtcd-2.2.7.r2_1
|
libtcd.so.1 libtcd-2.2.7.r2_1
|
||||||
libaccounts-glib.so.0 libaccounts-glib-1.21_1
|
libaccounts-glib.so.0 libaccounts-glib-1.21_1
|
||||||
libaccounts-qt5.so.1 libaccounts-qt5-1.14_1
|
libaccounts-qt5.so.1 libaccounts-qt5-1.14_1
|
||||||
|
|
|
@ -1,24 +1,18 @@
|
||||||
# Template file for 'curlpp'
|
# Template file for 'curlpp'
|
||||||
pkgname=curlpp
|
pkgname=curlpp
|
||||||
version=0.7.4
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="automake libtool"
|
makedepends="libcurl-devel"
|
||||||
makedepends="libcurl-devel boost-devel"
|
|
||||||
short_desc="C++ wrapper for libcURL"
|
short_desc="C++ wrapper for libcURL"
|
||||||
maintainer="Asaf Ohayon <asaf@sysbind.co.il>"
|
maintainer="Asaf Ohayon <asaf@sysbind.co.il>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.curlpp.org/"
|
homepage="http://www.curlpp.org/"
|
||||||
distfiles="https://github.com/jpbarrette/curlpp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jpbarrette/curlpp/archive/v${version}.tar.gz"
|
||||||
checksum=3316741ec4c140f42c3d3f1ee421739ae4ae4266371aa9846edc4844da39c4df
|
checksum=97e3819bdcffc3e4047b6ac57ca14e04af85380bd93afe314bee9dd5c7f46a0a
|
||||||
|
|
||||||
CPPFLAGS="-Wno-error=unused-function -O2"
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense doc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
curlpp-devel_package() {
|
curlpp-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue