void-packages/srcpkgs/btfs/template

19 lines
557 B
Bash
Raw Normal View History

2016-01-17 07:50:46 +00:00
# Template file for 'btfs'
pkgname=btfs
2016-06-24 05:17:23 +00:00
version=2.10
revision=2
2016-01-17 07:50:46 +00:00
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
depends="python"
2016-01-17 07:50:46 +00:00
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-06-24 05:17:23 +00:00
checksum=6ee0d953c2f75113997101819ff3c58c7f492b24a9c5d9c3b0490fea0203e3e0
2016-01-17 07:50:46 +00:00
pre_configure() {
autoreconf -fi
}