~alpine/aports

[alpine-aports] [PATCH] main/libnl3: add doc subpackage

Details
Message ID
<1439545496-14249-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1439545496
DKIM signature
missing
Download raw message
Patch: +4 -4
---
 main/libnl3/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/libnl3/APKBUILD b/main/libnl3/APKBUILD
index 8199e69..35b7939 100644
--- a/main/libnl3/APKBUILD
+++ b/main/libnl3/APKBUILD
@@ -1,19 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libnl3
pkgver=3.2.26
pkgrel=1
pkgrel=2
pkgdesc="Library for applications dealing with netlink sockets"
url="http://www.infradead.org/~tgr/libnl/"
arch="all"
license="GPL"
depends=
makedepends="linux-headers flex bison libtool autoconf automake"
subpackages="$pkgname-dev $pkgname-cli"
subpackages="$pkgname-dev $pkgname-doc $pkgname-cli"
source="https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/libnl-$pkgver.tar.gz"

_builddir="$srcdir"/libnl-$pkgver

prepare () { 
prepare () {
	cd "$_builddir"
	for i in $source; do
		case $i in
@@ -23,7 +23,7 @@ prepare () {
	autoreconf -vif
}

build () { 
build () {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
-- 
2.5.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)