From 39893983cee082d90866d4aa05f4dc0fdf08a78c Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 29 Feb 2016 16:29:18 +0100 Subject: [PATCH] main/iw: split doc --- main/iw/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/iw/APKBUILD b/main/iw/APKBUILD index 572ef8d9663..8ca56944411 100644 --- a/main/iw/APKBUILD +++ b/main/iw/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa pkgname=iw pkgver=4.3 -pkgrel=0 +pkgrel=1 pkgdesc="nl80211 based CLI configuration utility for wireless devices" url="http://wireless.kernel.org/en/users/Documentation/iw" arch="all" license="GPL" depends="" makedepends="libnl3-dev linux-headers" +subpackages="$pkgname-doc" source="https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz" _builddir="$srcdir"/$pkgname-$pkgver