@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
@@ -19,4 +19,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "ChangeLog")
|
||||
pisitools.dodoc("COPYING", "ChangeLog")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library for applications dealing with netlink sockets</Summary>
|
||||
<Description>libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation.</Description>
|
||||
<Archive sha1sum="b7a4981f7edf7398256d35fd3c0b87bc84ae27d1" type="targz">http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz</Archive>
|
||||
<Archive sha1sum="4fc4c3b6812dc7e68ef8acb69287583685266a0b" type="targz">https://github.com/thom311/libnl/releases/download/libnl3_4_0/libnl-3.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
@@ -31,6 +31,7 @@
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="config">/etc/libnl</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -47,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-07-29</Date>
|
||||
<Version>3.4.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-17</Date>
|
||||
<Version>3.2.25</Version>
|
||||
|
||||
Reference in New Issue
Block a user