summaryrefslogtreecommitdiffstats
path: root/testing/nanomsg
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2014-12-16 14:50:31 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2014-12-16 14:50:37 +0000
commit563ae5985f7d56b5eabdf9d9119d4762feb435e0 (patch)
treedda1e1e315fee0a8ee3039a33d421641769a8120 /testing/nanomsg
parentde63e3f645d983784ec31f022b63d7ef56068dfa (diff)
downloadaports-563ae5985f7d56b5eabdf9d9119d4762feb435e0.tar.bz2
aports-563ae5985f7d56b5eabdf9d9119d4762feb435e0.tar.xz
testing/nanomsg: added libs subpkg
Diffstat (limited to 'testing/nanomsg')
-rw-r--r--testing/nanomsg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD
index af1012552..2cc382aa7 100644
--- a/testing/nanomsg/APKBUILD
+++ b/testing/nanomsg/APKBUILD
@@ -3,7 +3,7 @@
pkgname=nanomsg
pkgver=0.5
_pkgver=$pkgver-beta
-pkgrel=0
+pkgrel=1
pkgdesc="A socket library that provides several common communication patterns"
url="http://nanomsg.org/"
arch="all"
@@ -13,7 +13,7 @@ depends_dev="asciidoc xmlto"
makedepends="$depends_dev"
install=""
options="libtool"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="http://download.nanomsg.org/nanomsg-$_pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$_pkgver