void-packages/srcpkgs/btfs/template
2016-01-28 07:47:42 +01:00

17 lines
539 B
Bash

# Template file for 'btfs'
pkgname=btfs
version=2.6
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
short_desc="A bittorrent filesystem based on FUSE"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/johang/btfs"
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
checksum=b4d9de5c73b0b023e725e5c76ebd2298c00de6b6d10fa2e3877f647b9e5bceb1
pre_configure() {
autoreconf -fi
}