~alpine/aports

main/fuse: add doc subpackage v1 PROPOSED

Christian Kampka: 1
 main/fuse: 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/1031/mbox | git am -3
Learn more about email & git

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

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

diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD
index 868102d..9c46fe9 100644
--- a/main/fuse/APKBUILD
+++ b/main/fuse/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse
pkgver=2.9.4
pkgrel=0
pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
url="http://fuse.sourceforge.net/"
arch="all"
@@ -9,7 +9,7 @@ license="GPL2"
depends=
makedepends="gettext-dev"
install=
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
	fix-realpath.patch
	fuse.initd"
-- 
2.6.2



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