123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>plotutils</Name>
- <Homepage>http://www.gnu.org/software/plotutils/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>2D vector graphics library</Summary>
- <Description>PlotUtils is a powerful C/C++ function library for exporting 2D vector graphics.</Description>
- <Archive sha1sum="7921301d9dfe8991e3df2829bd733df6b2a70838" type="targz">ftp://ftp.heanet.ie/pub/gnu/plotutils/plotutils-2.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libXaw-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>libXt-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">plotutils-2.6-png15.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>plotutils</Name>
- <RuntimeDependencies>
- <Dependency>libSM</Dependency>
- <Dependency>libICE</Dependency>
- <Dependency>libXmu</Dependency>
- <Dependency>libXaw</Dependency>
- <Dependency>libXext</Dependency>
- <Dependency>libXt</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</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="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/libplot</Path>
- <Path fileType="data">/usr/share/ode</Path>
- <Path fileType="data">/usr/share/pic2plot</Path>
- <Path fileType="data">/usr/share/tek2plot</Path>
- </Files>
- </Package>
- <Package>
- <Name>plotutils-devel</Name>
- <Summary>Development files for plotutils</Summary>
- <RuntimeDependencies>
- <Dependency release="current">plotutils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-08-09</Date>
- <Version>2.6</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-05-16</Date>
- <Version>2.6</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.6</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-06-14</Date>
- <Version>2.6</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|