2016-01-17 07:50:46 +00:00
|
|
|
# Template file for 'btfs'
|
|
|
|
pkgname=btfs
|
2016-09-17 06:09:15 +00:00
|
|
|
version=2.12
|
|
|
|
revision=1
|
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"
|
2016-07-23 17:16:23 +00:00
|
|
|
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-09-17 06:09:15 +00:00
|
|
|
checksum=cffa14795994b9f7d6548e4f535aac97506a3a4cf8751cdba337a5ad3c96539d
|
2016-01-17 07:50:46 +00:00
|
|
|
|
2016-09-13 21:04:57 +00:00
|
|
|
CXXFLAGS="-std=c++11"
|
|
|
|
|
2016-01-17 07:50:46 +00:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|