void-packages/srcpkgs/btfs/template
2016-09-17 08:18:11 +02:00

21 lines
580 B
Bash

# Template file for 'btfs'
pkgname=btfs
version=2.12
revision=1
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=cffa14795994b9f7d6548e4f535aac97506a3a4cf8751cdba337a5ad3c96539d
CXXFLAGS="-std=c++11"
pre_configure() {
autoreconf -fi
}