bubblewrap: fix build and update build with venom-meson

This commit is contained in:
Luis
2022-09-20 03:43:59 +00:00
parent 825ae712bc
commit 80b5696df0
2 changed files with 5 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
bubblewrap-0.6.2-1
bubblewrap-0.6.2-2
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bwrap

View File

@@ -3,14 +3,11 @@
name=bubblewrap
version=0.6.2
release=1
release=2
source="https://github.com/containers/bubblewrap/archive/v$version/$name-$version.tar.gz"
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
venom-meson $name-$version build
meson compile -C build
DESTDIR=$PKG meson install -C build
}