12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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="eaf62c2ad8c0bedfa37c2d8ccad75f02f3b3ff8c" type="targz">https://github.com/jpirko/libndp/archive/v1.6.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="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>
|