create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+88
View File
@@ -0,0 +1,88 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>groff</Name>
<Homepage>http://www.gnu.org/software/groff/groff.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3+</License>
<License>BSD</License>
<License>MIT</License>
<IsA>app:console</IsA>
<Summary>A document formatting system</Summary>
<Description>groff is a document formatting system. Groff takes standard text and formatting commands as input and produces formatted output.</Description>
<Archive sha1sum="37223941e25bb504bf54631daaabb01b147dc1d3" type="targz">http://ftp.gnu.org/gnu/groff/groff-1.22.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>groff</Name>
<RuntimeDependencies>
<Dependency>texinfo</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/groff</Path>
<Path fileType="data">/usr/share/X11/app-defaults</Path>
</Files>
</Package>
<Package>
<Name>groff-doc</Name>
<PartOf>system.doc</PartOf>
<RuntimeDependencies>
<Dependency>groff</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2014-05-11</Date>
<Version>1.22.2</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-29</Date>
<Version>1.22.2</Version>
<Comment>Rebuild.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-26</Date>
<Version>1.22.2</Version>
<Comment>Fix dep, release bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-16</Date>
<Version>1.22.2</Version>
<Comment>Updated</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-25</Date>
<Version>1.21</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>