void-packages/srcpkgs/btfs/template
2016-08-08 07:54:30 +02:00

18 lines
557 B
Bash

# Template file for 'btfs'
pkgname=btfs
version=2.11
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=7c15001e6206c5c28350df0e1609ab10cd7e1578908f46eb334d3b41634a8ba8
pre_configure() {
autoreconf -fi
}