void-packages/srcpkgs/btfs/template
2017-09-24 11:34:52 +00:00

21 lines
580 B
Bash

# Template file for 'btfs'
pkgname=btfs
version=2.17
revision=2
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
depends="python"
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=80a5a3ad48bebf13441d506755b2402ac230dc3f1f648ce12d3855e5cf04e53b
CXXFLAGS="-std=c++11"
pre_configure() {
autoreconf -fi
}