diff options
Diffstat (limited to 'main/sshfs')
-rw-r--r-- | main/sshfs/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/sshfs/APKBUILD b/main/sshfs/APKBUILD index a74cd793fc..07c60c77c2 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 \ |