~alpine/aports

main/ngrep: add doc subpackage v1 PROPOSED

Christian Kampka: 1
 main/ngrep: add doc subpackage

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1196/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/ngrep: add doc subpackage Export this patch

---
 main/ngrep/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/ngrep/APKBUILD b/main/ngrep/APKBUILD
index efedd1d..61681ce 100644
--- a/main/ngrep/APKBUILD
+++ b/main/ngrep/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=ngrep
pkgver=1.45
pkgrel=2
pkgrel=3
pkgdesc="A grep-like utility that allows you to search for network packets on an interface"
url="http://ngrep.sourceforge.net/"
arch="all"
@@ -11,7 +11,7 @@ depends=
depends_dev="libpcap-dev"
makedepends="$depends_dev autoconf automake"
install=""
subpackages="$pkgname-dbg"
subpackages="$pkgname-dbg $pkgname-doc"
source="http://downloads.sourceforge.net/sourceforge/ngrep/$pkgname-$pkgver.tar.bz2
	no-strip.patch"

-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---