bubblewrap: contrib -> opt

This commit is contained in:
Danny Rawlins 2019-09-22 12:08:39 +10:00
parent 1da7bd6173
commit c8405c623a
3 changed files with 0 additions and 32 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwsr-xr-x root/root usr/bin/bwrap
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/bash-completion/
drwxr-xr-x root/root usr/share/bash-completion/completions/
-rw-r--r-- root/root usr/share/bash-completion/completions/bwrap
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/bwrap.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF338W5QQ/EczkKKQKu3mFB273dnQCMZ/SMqXACahhcExzLH7k3ZX0mSNCRkj2Bi7aK63Ud5s0/UC0R2wqfmuIaw0=
SHA256 (Pkgfile) = ac11151ad20868fb845890fc929b339ac363c35e394809bd30b701aebcdbd08a
SHA256 (.footprint) = e8c8c4e353f4c9362d89a9cf83126409af016d87c19ba0bbc568aeb0c0124038
SHA256 (bubblewrap-0.3.3.tar.xz) = c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff

View File

@ -1,17 +0,0 @@
# Description: Unprivileged sandboxing tool
# URL: https://github.com/projectatomic/bubblewrap/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: docbook-xsl
name=bubblewrap
version=0.3.3
release=1
source=(https://github.com/projectatomic/bubblewrap/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-priv-mode=setuid
make
make DESTDIR=$PKG install
}