2016-01-17 08:50:46 +01:00
|
|
|
# Template file for 'btfs'
|
|
|
|
pkgname=btfs
|
2016-11-14 09:21:41 +01:00
|
|
|
version=2.13
|
|
|
|
revision=1
|
2016-01-17 08:50:46 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="automake pkg-config"
|
|
|
|
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
|
2016-07-23 19:16:23 +02:00
|
|
|
depends="python"
|
2016-01-17 08:50:46 +01: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-11-14 09:21:41 +01:00
|
|
|
checksum=494c3e16261e3c7535efa86493e09270dde29cd7121e97c29d226c239cbeabd6
|
2016-01-17 08:50:46 +01:00
|
|
|
|
2016-09-13 23:04:57 +02:00
|
|
|
CXXFLAGS="-std=c++11"
|
|
|
|
|
2016-01-17 08:50:46 +01:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|