Files
main/network/connection/netcf/pspec.xml
T
2016-06-09 00:39:40 +03:00

81 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>netcf</Name>
<Homepage>https://fedorahosted.org/netcf</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>A library for configuring network interfaces</Summary>
<Description>netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format.</Description>
<Archive sha1sum="98f0780c4bee429fbbfb3ced1629944cc5c6f2b6" type="targz">https://fedorahosted.org/released/netcf/netcf-0.2.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libnl-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>augeas-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>netcf</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libnl</Dependency>
<Dependency>augeas</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>readline</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>libgpg-error</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec/</Path>
<Path fileType="config">/etc/rc.d/init.d</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/netcf</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1/ncftool.1</Path>
</Files>
</Package>
<Package>
<Name>netcf-devel</Name>
<Summary>Development files for netcf</Summary>
<RuntimeDependencies>
<Dependency>augeas-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency release="current">netcf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.2.8</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-12-31</Date>
<Version>0.2.8</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>