123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>mandoc</Name>
- <Homepage>https://mandoc.bsd.lv/</Homepage>
- <Packager>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Packager>
- <License>ISC</License>
- <IsA>library</IsA>
- <Summary>A suite of tools for compiling mdoc and man</Summary>
- <Description>mdoc ve man'ı derlemek için bir araç paketi</Description>
- <Archive sha1sum="4033a504b005e43a0642e195c1ef49609c65f1c4" type="targz">https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>zlib-devel</Dependency>
- </BuildDependencies>
- -->
- <!--
- <Patches>
- <Patch>mandoc.patch</Patch>
- <Patch level="1">mandoc.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>mandoc</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-03-12</Date>
- <Version>1.14.6</Version>
- <Comment>First release</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|