@@ -8,19 +8,21 @@
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
|
||||
# shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
|
||||
|
||||
autotools.configure("--disable-silent-rules \
|
||||
--with-priv-mode=setuid")
|
||||
mesontools.configure("--buildtype=release \
|
||||
-Dtests=false \
|
||||
-Dselinux=disabled")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("README*", "COPYING")
|
||||
|
||||
@@ -11,11 +11,12 @@
|
||||
<License>LGPLv2</License>
|
||||
<Summary>Unprivileged sandboxing tool</Summary>
|
||||
<Description>is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.</Description>
|
||||
<Archive sha1sum="d1d6e3da7bd5f8c24debf1d71f045ccbe6a24938" type="targz">https://github.com/projectatomic/bubblewrap/archive/v0.9.0.tar.gz</Archive>
|
||||
<Archive sha1sum="df942822a5fa71df5fb31883ba4a386613d74d31" type="targz">https://github.com/projectatomic/bubblewrap/archive/v0.11.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libcap-devel</Dependency>
|
||||
<Dependency>bash-completion</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -35,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2024-10-31</Date>
|
||||
<Version>0.11.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2024-04-19</Date>
|
||||
<Version>0.9.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<Icon>libgit2</Icon>
|
||||
<Summary>A linkable library for Git</Summary>
|
||||
<Description>A plain C library to interface with the git version control system</Description>
|
||||
<Archive sha1sum="052060b4b55d380fb88866be53bcdd883373beef" type="targz">https://github.com/libgit2/libgit2/archive/v1.7.1.tar.gz</Archive>
|
||||
<Archive sha1sum="f665cca83411efaf9d074455b65101b499e896c4" type="targz">https://github.com/libgit2/libgit2/archive/v1.8.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
@@ -55,6 +55,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2024-10-31</Date>
|
||||
<Version>1.8.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2023-08-16</Date>
|
||||
<Version>1.7.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user