1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libnfs</Name>
- <Homepage>https://github.com/sahlberg/libnfs</Homepage>
- <Packager>
- <Name>Mogyorósi Petra</Name>
- <Email>squeakymouse@protonmail.com</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <License>GPLv3</License>
- <License>BSDv2</License>
- <PartOf>network.connection</PartOf>
- <IsA>library</IsA>
- <Summary>NFS client library</Summary>
- <Description>LIBNFS is a client library for accessing NFS shares over a network.</Description>
- <Archive sha1sum="004de9e12cf726d7d5fe09b7aa47d14c3703e70f" type="targz">
- https://github.com/sahlberg/libnfs/archive/libnfs-4.0.0.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>libxslt</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libnfs</Name>
- <Summary>NFS client library</Summary>
- <RuntimeDependencies>
- <Dependency>glibc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libnfs.so</Path>
- <Path fileType="library">/usr/lib/libnfs.so.11.0.0</Path>
- <Path fileType="library">/usr/lib/libnfs.so.2.0.0</Path>
- <Path fileType="man">/usr/share/man/*</Path>
- <Path fileType="doc">/usr/share/doc/*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libnfs-devel</Name>
- <Summary>Development files for libnfs</Summary>
- <RuntimeDependencies>
- <Dependency>libnfs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/*</Path>
- <Path fileType="config">/usr/lib/pkgconfig/*</Path>
- <Path fileType="config">/usr/lib/cmake/*</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2020-12-13</Date>
- <Version>4.0.0</Version>
- <Comment>Ver. bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2018-07-03</Date>
- <Version>3.0.0</Version>
- <Comment>Latest revision from GitHub</Comment>
- <Name>Mogyorósi Petra</Name>
- <Email>squeakymouse@protonmail.com</Email>
- </Update>
- </History>
- </PISI>
|