mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
btfs: update to 2.20, adopt package
This commit is contained in:
parent
bd58a9ac34
commit
f24a114935
1 changed files with 5 additions and 7 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'btfs'
|
# Template file for 'btfs'
|
||||||
pkgname=btfs
|
pkgname=btfs
|
||||||
version=2.19
|
version=2.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel"
|
makedepends="boost-devel fuse-devel libcurl-devel libtorrent-rasterbar-devel"
|
||||||
depends="python"
|
depends="python3"
|
||||||
short_desc="Bittorrent filesystem based on FUSE"
|
short_desc="Bittorrent filesystem based on FUSE"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/johang/btfs"
|
homepage="https://github.com/johang/btfs"
|
||||||
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
|
distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz"
|
||||||
checksum=678831788e3b5e24f674adf87618353bea935fb418d512f17aabe3244f06b7e1
|
checksum=ab85d10407d210c367dc5a0db6aa9e8620ebbb819c58da783ca343dfa8577441
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue