diff options
Diffstat (limited to 'community/btrfs-progs')
-rwxr-xr-x | community/btrfs-progs/build | 11 | ||||
-rw-r--r-- | community/btrfs-progs/checksums | 2 | ||||
-rw-r--r-- | community/btrfs-progs/depends | 6 | ||||
-rw-r--r-- | community/btrfs-progs/meta | 3 | ||||
-rw-r--r-- | community/btrfs-progs/sources | 1 | ||||
-rw-r--r-- | community/btrfs-progs/version | 1 |
6 files changed, 24 insertions, 0 deletions
diff --git a/community/btrfs-progs/build b/community/btrfs-progs/build new file mode 100755 index 00000000..16c401c2 --- /dev/null +++ b/community/btrfs-progs/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --bindir=/usr/bin \ + --disable-documentation \ + --disable-backtrace \ + --disable-zstd + +make +make DESTDIR="$1" install diff --git a/community/btrfs-progs/checksums b/community/btrfs-progs/checksums new file mode 100644 index 00000000..9af68672 --- /dev/null +++ b/community/btrfs-progs/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +b2a9604c70a177fafe608485b9dd7e79e784e8c83200f26563372c64b0a6e1a0 btrfs-progs-v6.11.tar.xz diff --git a/community/btrfs-progs/depends b/community/btrfs-progs/depends new file mode 100644 index 00000000..76d9ef56 --- /dev/null +++ b/community/btrfs-progs/depends @@ -0,0 +1,6 @@ +e2fsprogs +lzo +pkgconf make +python +util-linux +zlib diff --git a/community/btrfs-progs/meta b/community/btrfs-progs/meta new file mode 100644 index 00000000..083558ed --- /dev/null +++ b/community/btrfs-progs/meta @@ -0,0 +1,3 @@ +description: Btrfs utilities +license: GPL-2.0-only, LGPL-3.0-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/btrfs-progs/sources b/community/btrfs-progs/sources new file mode 100644 index 00000000..7fa90442 --- /dev/null +++ b/community/btrfs-progs/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v6.11.tar.xz diff --git a/community/btrfs-progs/version b/community/btrfs-progs/version new file mode 100644 index 00000000..d58428c9 --- /dev/null +++ b/community/btrfs-progs/version @@ -0,0 +1 @@ +6.11 1 |