void-packages/srcpkgs/s3fs-fuse/template
2015-08-06 13:46:24 +00:00

19 lines
620 B
Bash

# Template file for 's3fs-fuse'
pkgname=s3fs-fuse
version=1.79
revision=3
build_style=gnu-configure
configure_args="--with-openssl"
hostmakedepends="automake libtool pkg-config"
makedepends="libressl-devel 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
}