From 9e694e4fda4346ae0de3ea9727fa490dcc2530c9 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 1 Nov 2020 20:40:25 -0600 Subject: [PATCH] asio: remove --- srcpkgs/asio/template | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 srcpkgs/asio/template diff --git a/srcpkgs/asio/template b/srcpkgs/asio/template deleted file mode 100644 index 4fc3eacc544..00000000000 --- a/srcpkgs/asio/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'asio' -pkgname=asio -version=1.16.1 -revision=1 -build_style=gnu-configure -makedepends="boost-devel" -depends="boost-devel" -short_desc="Cross-platform C++ library for ASynchronous network I/O" -maintainer="Orphaned " -license="BSL-1.0" -homepage="http://think-async.com/Asio/" -distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2" -checksum=e271db76dbbcda9835ed1c9c94deb2ba3f4589c3ebcaa71d99ac694b8d62638c - -pre_configure() { - case "$XBPS_TARGET_MACHINE" in - *-musl) # Enable strerror_r(3) version for musl libc - vsed -e "/#define ASIO_IMPL_ERROR_CODE_IPP/a #define MUSL_LIBC" \ - -i ${wrksrc}/include/asio/impl/error_code.ipp - esac -} - -post_install() { - vlicense LICENSE_1_0.txt -}