18 lines
539 B
Bash
18 lines
539 B
Bash
# Template file for 'btfs'
|
|
pkgname=btfs
|
|
version=2.8
|
|
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"
|
|
checksum=bc0c6b85cc71650f73b13b98f2e04195641d00ca517b05ceba86b78dacc0f415
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|