mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
asio: update to 1.14.0
This commit is contained in:
parent
4545e90ba4
commit
d1fa8e63d7
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'asio'
|
# Template file for 'asio'
|
||||||
pkgname=asio
|
pkgname=asio
|
||||||
version=1.13.0
|
version=1.14.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="boost-devel"
|
makedepends="boost-devel"
|
||||||
depends="boost-devel"
|
depends="boost-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="http://think-async.com/Asio/"
|
homepage="http://think-async.com/Asio/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
|
||||||
checksum=1efa97afbf4191eb3d0bb96026ac35ff2eb4a842866dfe8648fbd4829a9f7e39
|
checksum=2e1be1a518a568525f79b5734d13731b6b4e4399ec576a0961db6e2d86112973
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -19,3 +19,7 @@ pre_configure() {
|
||||||
-i ${wrksrc}/include/asio/impl/error_code.ipp
|
-i ${wrksrc}/include/asio/impl/error_code.ipp
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE_1_0.txt
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue