Skip to content
Snippets Groups Projects
Commit 8c8b7013 authored by prspkt's avatar prspkt Committed by Roberto Oliveira
Browse files

community/asio: improve abuild

parent d058a877
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=asio
pkgver=1.12.0
_ver=${pkgver//./-}
pkgrel=2
pkgdesc="A cross-platform C++ library for network programming"
pkgdesc="Cross-platform C++ library for network programming"
url="https://think-async.com"
arch="all"
license="BSL-1.0"
......@@ -17,7 +16,7 @@ source="http://downloads.sourceforge.net/sourceforge/asio/$pkgname-$pkgver.tar.b
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
cd "$builddir"
default_prepare
update_config_sub
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment