mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
bubblewrap: fix build and update build with venom-meson
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user