void-packages/srcpkgs/btfs/template

18 lines
539 B
Bash
Raw Normal View History

2016-01-17 07:50:46 +00:00
# Template file for 'btfs'
pkgname=btfs
2016-02-11 05:34:44 +00:00
version=2.7
2016-01-17 07:50:46 +00:00
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"
2016-02-11 05:34:44 +00:00
checksum=5236052b6717d3edcda2efe666c41f9e39a9d2116705c74f97ffd2035a56e5b2
2016-01-17 07:50:46 +00:00
pre_configure() {
autoreconf -fi
}