diff --git a/network/misc/libnl/actions.py b/network/misc/libnl/actions.py index b9149a7407..e86d0b937d 100644 --- a/network/misc/libnl/actions.py +++ b/network/misc/libnl/actions.py @@ -7,16 +7,21 @@ from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools def setup(): + shelltools.system("./autogen.sh") autotools.configure("--disable-static") pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make() + +def check(): + autotools.make("check") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("COPYING", "ChangeLog") + pisitools.dodoc("COPYING", "ChangeLog") \ No newline at end of file diff --git a/network/misc/libnl/pspec.xml b/network/misc/libnl/pspec.xml index 7ba4e3ddc3..ea4cf13290 100644 --- a/network/misc/libnl/pspec.xml +++ b/network/misc/libnl/pspec.xml @@ -3,7 +3,7 @@ libnl - http://people.suug.ch/~tgr/libnl + https://github.com/thom311/libnl PisiLinux Community admins@pisilinux.org @@ -12,7 +12,7 @@ library A library for applications dealing with netlink sockets libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation. - https://github.com/thom311/libnl/releases/download/libnl3_4_0/libnl-3.4.0.tar.gz + https://github.com/thom311/libnl/archive/libnl3_5_0.tar.gz glibc flex @@ -48,6 +48,13 @@ + + 2019-12-05 + 3.5.0 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2018-07-29 3.4.0 @@ -77,4 +84,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file