123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libndp</Name>
- <Homepage>http://libndp.org/</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <IsA>library</IsA>
- <Summary>Library for Neighbor Discovery Protocol</Summary>
- <Description>Library for Neighbor Discovery Protocol</Description>
- <Archive sha1sum="1458d2a70c6bc4cdcbf525e02582060e799778bc" type="targz">https://github.com/jpirko/libndp/archive/v1.7.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libndp</Name>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/etc/dbus-1</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <Package>
- <Name>libndp-devel</Name>
- <Summary>Development files for libndp</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libndp</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig/</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-02-02</Date>
- <Version>1.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-13</Date>
- <Version>1.6</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-19</Date>
- <Version>1.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-01-07</Date>
- <Version>1.4</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|