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
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>help2man</Name>
<Homepage>http://www.gnu.org/software/help2man</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>GNU utility to convert program --help output to a man page</Summary>
<Description>Help2man is a tool which generate man page from help text of programs.</Description>
<Archive sha1sum="7eebb6ead072b19863f28acca051bc3e3c40fdf9" type="tarxz">http://ftp.gnu.org/gnu/help2man/help2man-1.46.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>perl-Locale-gettext</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>help2man-1.36.4-respect-LDFLAGS.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>help2man</Name>
<RuntimeDependencies>
<Dependency>perl-Locale-gettext</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-02-12</Date>
<Version>1.46.4</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-11</Date>
<Version>1.41.1</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-01-14</Date>
<Version>1.41.1</Version>
<Comment>New release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-09-07</Date>
<Version>1.40.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>