~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Christian Kampka <christian@kampka.net>
Details
Message ID
<1447136482-2240-1-git-send-email-christian@kampka.net>
Sender timestamp
1447136482
DKIM signature
missing
Download raw message
Patch: +4 -3
---
 main/sshfs/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/main/sshfs/APKBUILD b/main/sshfs/APKBUILD
index a74cd79..07c60c7 100644
--- a/main/sshfs/APKBUILD
+++ b/main/sshfs/APKBUILD
@@ -1,18 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sshfs
pkgver=2.5
pkgrel=0
pkgrel=1
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
url="http://fuse.sourceforge.net/sshfs.html"
arch="all"
license="GPL"
depends="openssh-client"
makedepends="fuse-dev glib-dev"
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/sourceforge/fuse/sshfs-fuse-$pkgver.tar.gz"

_builddir="$srcdir"/sshfs-fuse-$pkgver
build () 
{ 
build ()
{
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
-- 
2.6.2



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