void-packages/srcpkgs/s3fs-fuse/template

19 lines
620 B
Bash
Raw Normal View History

2015-07-21 07:08:19 +00:00
# Template file for 's3fs-fuse'
pkgname=s3fs-fuse
version=1.79
2015-08-06 13:46:24 +00:00
revision=3
2015-07-21 07:08:19 +00:00
build_style=gnu-configure
2015-07-21 07:10:27 +00:00
configure_args="--with-openssl"
2015-07-21 07:08:19 +00:00
hostmakedepends="automake libtool pkg-config"
2015-07-21 07:10:27 +00:00
makedepends="libressl-devel libcurl-devel fuse-devel libxml2-devel"
2015-07-21 07:08:19 +00:00
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
}