aboutsummaryrefslogtreecommitdiff
path: root/community/bubblewrap/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-08-26 23:57:14 +0300
committerCem Keylan <cem@ckyln.com>2022-08-26 23:57:14 +0300
commitc2f9c714a12949a4d2995fbc59eb6e8ce83818bd (patch)
treed18f7dd34719ba3bc55daa8dbcdd6622efbe9d52 /community/bubblewrap/build
parent47f5c0593c43eb3d25512a0fb90d16711bdbc106 (diff)
downloadrepository-c2f9c714a12949a4d2995fbc59eb6e8ce83818bd.tar.gz
bubblewrap: add new package at 0.6.2
Diffstat (limited to 'community/bubblewrap/build')
-rwxr-xr-xcommunity/bubblewrap/build14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/bubblewrap/build b/community/bubblewrap/build
new file mode 100755
index 00000000..dd52b4ba
--- /dev/null
+++ b/community/bubblewrap/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+patch -p1 < realpath-workaround.patch
+
+./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --localstatedir=/var \
+ --with-priv-mode=none \
+ --disable-man
+
+make
+make DESTDIR="$1" install