diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-11 00:56:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-11 00:56:54 +0300 |
commit | 17c3a10d30b525e835e4c299b66427ac43f35fb3 (patch) | |
tree | c6aa6fdf2cadfad8cbed5ebd61efe1bd5c40b3c5 /community | |
parent | 6b8029a4b12deecee093fe02d14255a1d1666059 (diff) | |
download | repository-17c3a10d30b525e835e4c299b66427ac43f35fb3.tar.gz |
btrfs-progs: add new package at 5.11.1
Diffstat (limited to 'community')
-rwxr-xr-x | community/btrfs-progs/build | 11 | ||||
-rw-r--r-- | community/btrfs-progs/checksums | 1 | ||||
-rw-r--r-- | community/btrfs-progs/depends | 6 | ||||
-rw-r--r-- | community/btrfs-progs/sources | 1 | ||||
-rw-r--r-- | community/btrfs-progs/version | 1 |
5 files changed, 20 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..290d02e1 --- /dev/null +++ b/community/btrfs-progs/checksums @@ -0,0 +1 @@ +e3aaccc4756ec4e5502cb2a9f85b67d52896644f4c3c0f88a6bc598c70bdebfe 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/sources b/community/btrfs-progs/sources new file mode 100644 index 00000000..0d7da663 --- /dev/null +++ b/community/btrfs-progs/sources @@ -0,0 +1 @@ +https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v5.11.1.tar.xz diff --git a/community/btrfs-progs/version b/community/btrfs-progs/version new file mode 100644 index 00000000..3a0d2f6f --- /dev/null +++ b/community/btrfs-progs/version @@ -0,0 +1 @@ +5.11.1 1 |