networkmanager-openvpn-1.10.2

This commit is contained in:
Rmys
2022-11-15 15:54:51 +03:00
parent d7916a7c08
commit 97e709f93e
2 changed files with 21 additions and 4 deletions
@@ -12,13 +12,15 @@ from pisi.actionsapi import libtools
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
# shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-vfi")
autotools.automake("-afc")
libtools.libtoolize("--automake")
autotools.aclocal()
autotools.autoconf()
autotools.configure("--disable-static --enable-shared")
autotools.configure("--disable-static \
--with-gtk4 \
--enable-shared")
def build():
autotools.make()
@@ -27,4 +29,4 @@ def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodir("/usr/lib/pkgconfig")
pisitools.dodoc("COPYING*", "README")
pisitools.dodoc("COPYING*", "README*")