Files
main/network/misc/libnl/pspec.xml
T

87 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libnl</Name>
<Homepage>http://people.suug.ch/~tgr/libnl</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<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>
<BuildDependencies>
<Dependency>glibc</Dependency>
<Dependency>flex</Dependency>
<Dependency>bison</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>libtool</Dependency>
<Dependency>check</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libnl</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="config">/etc/libnl</Path>
<Path fileType="executable">/usr/sbin</Path>
</Files>
</Package>
<Package>
<Name>libnl-devel</Name>
<Summary>Development files for libnl</Summary>
<RuntimeDependencies>
<Dependency release="current">libnl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-07-15</Date>
<Version>3.2.25</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-04-03</Date>
<Version>3.2.24</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-03-13</Date>
<Version>3.2.23</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-19</Date>
<Version>3.2.23</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-14</Date>
<Version>3.2.13</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>