bubblewrap: add versions up to v0.6.1, use configure script (#30129)
This commit is contained in:
parent
6eac7acb93
commit
bc347f1f1c
@ -10,19 +10,23 @@ class Bubblewrap(AutotoolsPackage):
|
||||
"""Unprivileged sandboxing tool"""
|
||||
|
||||
homepage = "https://github.com/containers/bubblewrap"
|
||||
url = "https://github.com/containers/bubblewrap/archive/v0.4.0.tar.gz"
|
||||
url = "https://github.com/containers/bubblewrap/releases/download/v0.3.0/bubblewrap-0.3.0.tar.xz"
|
||||
maintainers = ['haampie']
|
||||
|
||||
version('0.4.0', sha256='dedea228f53dd5f589d8225b4584a9b354849a221caf7304874ca2e4d4bcdafb')
|
||||
version('0.3.3', sha256='439e4cd84d9d19c9e5b0c6aa0f0c3a55bbb893ae5ec112a5b575eadd2165f039')
|
||||
version('0.3.2', sha256='c66c1b6da3257e06b38a339611e76b21dc52a47975d55429071c22455259d010')
|
||||
version('0.3.1', sha256='3757cb021d1a3ccc36828a58363817e1923c458ed03260d0c2b3a99da61bfb81')
|
||||
version('0.6.1', sha256='9609c7dc162bc68abc29abfab566934fdca37520a15ed01b675adcf3a4303282')
|
||||
version('0.6.0', sha256='11393cf2058f22e6a6c6e9cca3c85ff4c4239806cb28fee657c62a544df35693')
|
||||
version('0.5.0', sha256='16fdaf33799d63104e347e0133f909196fe90d0c50515d010bcb422eb5a00818')
|
||||
version('0.4.1', sha256='b9c69b9b1c61a608f34325c8e1a495229bacf6e4a07cbb0c80cf7a814d7ccc03')
|
||||
version('0.4.0', sha256='e5fe7d2f74bd7029b5306b0b70587cec31f74357739295e5276b4a3718712023')
|
||||
version('0.3.3', sha256='c6a45f51794a908b76833b132471397a7413f07620af08e76c273d9f7b364dff')
|
||||
version('0.3.1', sha256='deca6b608c54df4be0669b8bb6d254858924588e9f86e116eb04656a3b6d4bf8')
|
||||
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('m4', type='build')
|
||||
def configure_args(self):
|
||||
return [
|
||||
'--disable-sudo',
|
||||
'--disable-man',
|
||||
'--without-bash-completion-dir',
|
||||
]
|
||||
|
||||
depends_on('pkgconfig', type='build')
|
||||
depends_on('libcap')
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
bash = which('bash')
|
||||
bash('autogen.sh')
|
||||
|
Loading…
Reference in New Issue
Block a user