Files
core/system/base/man-db/pspec.xml
T
2015-05-31 21:15:55 +03:00

73 lines
3.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>man-db</Name>
<Homepage>http://www.nongnu.org/man-db/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<License>GPLv3+</License>
<IsA>app:console</IsA>
<IsA>data:doc</IsA>
<Summary>Application to read Linux man pages</Summary>
<Description>Man package consists of programs which is used to read most of the documentation available in linux system. For example, you can write "man nameoftheprogram" into the konsole or "man:nameoftheprogram" into the konqueror to get a detailed usage information for many programs.</Description>
<Archive sha1sum="9f549ac89f993303ac1203a165961885a53e7d14" type="tarxz">http://download.savannah.gnu.org/releases/man-db/man-db-2.6.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>less</Dependency>
<Dependency>gzip</Dependency>
<Dependency>groff</Dependency>
<Dependency>gdbm-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libpipeline-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">man-db-2.5.9-sgr.patch</Patch>
<Patch level="1">man-db-2.6.1-locale-fallback.patch</Patch>
<Patch level="1">man-db-2.6.1-so-links.patch</Patch>
<Patch level="1">man-db-2.6.1-wildcards.patch</Patch>
<Patch level="1">man-db-2.6.2-invalid-cache.patch</Patch>
<Patch level="1">man-db-2.6.3-overrides.patch</Patch>
</Patches>
</Source>
<Package>
<Name>man-db</Name>
<RuntimeDependencies>
<Dependency>gdbm</Dependency>
<Dependency>zlib</Dependency>
<Dependency>gettext</Dependency>
<Dependency>libpipeline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/var/cache</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/conf.d/mandb" owner="root" group="root" permission="0644">mandb.conf</AdditionalFile>
<AdditionalFile target="/etc/cron.daily/mandb.cron" owner="root" group="root" permission="0755">mandb.cron.daily</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2014-05-11</Date>
<Version>2.6.3</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>