Skip to content
Snippets Groups Projects
Commit 9e11a23e authored by Leo's avatar Leo Committed by Andy Postnikov
Browse files

testing/btfs: upgrade to 2.19

parent 43c8f8a8
No related branches found
No related tags found
No related merge requests found
# Contributor: dai9ah <dai9ah@protonmail.com> # Contributor: dai9ah <dai9ah@protonmail.com>
# Maintainer: dai9ah <dai9ah@protonmail.com> # Maintainer: dai9ah <dai9ah@protonmail.com>
pkgname=btfs pkgname=btfs
pkgver=2.18 pkgver=2.19
pkgrel=3 pkgrel=0
pkgdesc="Bittorrent filesystem based on FUSE" pkgdesc="Bittorrent filesystem based on FUSE"
options="!check" # No testsuite
url="https://github.com/johang/btfs" url="https://github.com/johang/btfs"
arch="all" arch="all"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
...@@ -11,24 +12,21 @@ depends="python3" ...@@ -11,24 +12,21 @@ depends="python3"
makedepends="autoconf automake curl-dev fuse-dev libtorrent-rasterbar-dev" makedepends="autoconf automake curl-dev fuse-dev libtorrent-rasterbar-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/johang/$pkgname/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/johang/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() { prepare() {
cd "$builddir" default_prepare
autoreconf -vfi autoreconf -vfi
}
build() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--mandir=/usr/share/man --mandir=/usr/share/man
make -C src make
}
check() {
cd "$builddir/src"
./btfs --help > /dev/null
} }
package() { package() {
make DESTDIR="$pkgdir" -C "$builddir" install make DESTDIR="$pkgdir" -C "$builddir" install
} }
sha512sums="d29f3816527c1eed105b45da559d025d61c8652144358227ed0ca3e516582cd8186fdcdf730b19fde6e7e9db1477690237444d2efe7c740f81f91032f1a12f86 btfs-2.18.tar.gz" sha512sums="e890b25605808dbf09f70d4ad8703a4beafb098af39a872a6b98f6959eb30e1ba9be8ae420be0797ba8f2774b487f2434252e93eac599094a824ba411441fdd6 btfs-2.19.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment