aboutsummaryrefslogtreecommitdiffstats
path: root/community/asio
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-15 20:05:54 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-30 18:14:51 +0000
commit8c8b7013b0a2c8ac74e724bc501690ec538e7c86 (patch)
tree34da87c6ccc8ce0809951897728022d42814ef00 /community/asio
parentd058a877fa97dab9acfeea073debaf6b9490b1af (diff)
downloadaports-8c8b7013b0a2c8ac74e724bc501690ec538e7c86.tar.bz2
aports-8c8b7013b0a2c8ac74e724bc501690ec538e7c86.tar.xz
community/asio: improve abuild
Diffstat (limited to 'community/asio')
-rw-r--r--community/asio/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD
index 2e77f821ee..485f5b7029 100644
--- a/community/asio/APKBUILD
+++ b/community/asio/APKBUILD
@@ -1,9 +1,8 @@
# 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
}