aboutsummaryrefslogtreecommitdiff
path: root/community/btrfs-progs/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-04-11 00:56:54 +0300
committerCem Keylan <cem@ckyln.com>2021-04-11 00:56:54 +0300
commit17c3a10d30b525e835e4c299b66427ac43f35fb3 (patch)
treec6aa6fdf2cadfad8cbed5ebd61efe1bd5c40b3c5 /community/btrfs-progs/build
parent6b8029a4b12deecee093fe02d14255a1d1666059 (diff)
downloadrepository-17c3a10d30b525e835e4c299b66427ac43f35fb3.tar.gz
btrfs-progs: add new package at 5.11.1
Diffstat (limited to 'community/btrfs-progs/build')
-rwxr-xr-xcommunity/btrfs-progs/build11
1 files changed, 11 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