smlinux/base/bubblewrap/bubblewrap.SMBuild

37 lines
909 B
Text
Executable file

app=bubblewrap
version=0.4.1
build=1sml
homepage="https://github.com/containers/bubblewrap"
download=""
desc="Unprivileged sandboxing tool to reduce attack surfaces"
requires="libcap"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
applypatch $srcdir/realpath-workaround.patch
./configure \
--prefix="" \
--sysconfdir=/etc \
--localstatedir=/var \
--with-priv-mode=setuid \
--disable-man
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
0ff46dc0fda2d0cffbb36cc52ff43951b30cbd835a42cc56806acbbbd827796bfadbb1cfafc84d6b47a72c031ca44abe1c377acc0cc25fe3b33e854f5f687d35 bubblewrap-0.4.1.tar.xz
7e8395aa7801263056b0c072194240f0ae1ee1a3b0acd874baf112a7b7b5e53ac5f688ece9099067bfc1e28e52e81f107964a3288a615cc1eedb1af5f82bbd8e realpath-workaround.patch
"