Files
core/system/base/dnsmasq/pspec.xml
T
2015-02-24 11:18:35 +02:00

94 lines
3.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dnsmasq</Name>
<Homepage>http://www.thekelleys.org.uk/dnsmasq/doc.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>GPLv3</License>
<IsA>service</IsA>
<Summary>Lightweight, easy to configure DNS forwarder and DHCP server</Summary>
<Description>dnsmasq is a DNS forwarder and DHCP server that can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured in each host.</Description>
<Archive sha1sum="47685362f616b959ddf097bc1f9a51c60c22c659" type="tarxz">http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.70.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target="dnsmasq.py">dnsmasq.py</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>dbus</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>dnsmasq</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/var/lib/dnsmasq</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/dnsmasq.conf">dnsmasq.conf</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/dbus-1/system-services/uk.org.thekelleys.dnsmasq.service">uk.org.thekelleys.dnsmasq.service</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="stack.py">Network.Stack</COMAR>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
</Package>
<History>
<Update release="6">
<Date>2014-05-11</Date>
<Version>2.70</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-04-24</Date>
<Version>2.70</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-04-03</Date>
<Version>2.68</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-26</Date>
<Version>2.67</Version>
<Comment>Version bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-01-14</Date>
<Version>2.65</Version>
<Comment>New release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-23</Date>
<Version>2.63</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>