New package: s3fs-fuse-1.79

This commit is contained in:
Juan RP 2015-07-21 09:08:19 +02:00
parent edf5d75ef6
commit bbba180e5f

View file

@ -0,0 +1,17 @@
# Template file for 's3fs-fuse'
pkgname=s3fs-fuse
version=1.79
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="libcurl-devel fuse-devel libxml2-devel"
short_desc="FUSE-based file system backed by Amazon S3"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.1"
homepage="https://github.com/s3fs-fuse/s3fs-fuse/wiki"
distfiles="https://github.com/s3fs-fuse/s3fs-fuse/archive/v${version}.tar.gz"
checksum=61c179f958ce236c6612bf6ffc7bdb6478393ac6e5ec0b04788000fc9f9dbf66
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}