Date: Monday, February 15, 2016 @ 19:32:42 Author: anatolik Revision: 161695
archrelease: copy trunk to community-testing-i686, community-testing-x86_64 Added: sshfs/repos/community-testing-i686/ sshfs/repos/community-testing-i686/PKGBUILD (from rev 161694, sshfs/trunk/PKGBUILD) sshfs/repos/community-testing-x86_64/ sshfs/repos/community-testing-x86_64/PKGBUILD (from rev 161694, sshfs/trunk/PKGBUILD) -----------------------------------+ community-testing-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++ community-testing-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) Copied: sshfs/repos/community-testing-i686/PKGBUILD (from rev 161694, sshfs/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-02-15 18:32:42 UTC (rev 161695) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> + +pkgname=sshfs +pkgver=2.6 +_tag=sshfs_${pkgver/./_} +pkgrel=1 +pkgdesc="FUSE client based on the SSH File Transfer Protocol" +arch=('i686' 'x86_64') +url="http://github.com/libfuse/sshfs" +license=('GPL') +depends=('fuse' 'glib2' 'openssh') +makedepends=('pkg-config') +source=(https://github.com/libfuse/sshfs/archive/${_tag}.zip) +md5sums=('b5bf2b1205ae235905f8a20e5dbc2d5f') + +build() { + cd sshfs-$_tag + + autoreconf -i + ./configure --prefix=/usr + make +} + +package() { + cd sshfs-${_tag} + + make DESTDIR="${pkgdir}" install +} Copied: sshfs/repos/community-testing-x86_64/PKGBUILD (from rev 161694, sshfs/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-02-15 18:32:42 UTC (rev 161695) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> + +pkgname=sshfs +pkgver=2.6 +_tag=sshfs_${pkgver/./_} +pkgrel=1 +pkgdesc="FUSE client based on the SSH File Transfer Protocol" +arch=('i686' 'x86_64') +url="http://github.com/libfuse/sshfs" +license=('GPL') +depends=('fuse' 'glib2' 'openssh') +makedepends=('pkg-config') +source=(https://github.com/libfuse/sshfs/archive/${_tag}.zip) +md5sums=('b5bf2b1205ae235905f8a20e5dbc2d5f') + +build() { + cd sshfs-$_tag + + autoreconf -i + ./configure --prefix=/usr + make +} + +package() { + cd sshfs-${_tag} + + make DESTDIR="${pkgdir}" install +}