1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>proj</Name>
- <Homepage>http://trac.osgeo.org/proj/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Cartographic Projections library</Summary>
- <Description>Proj.4 cartographic projection software with updated NAD27 grids.</Description>
- <Archive sha1sum="2f5a1f13d65f9ac35bbad1e3449f32b256967856" type="targz">http://download.osgeo.org/proj/proj-4.9.3.tar.gz</Archive>
- <Archive sha1sum="bf0059be06359f71eb0349e64f97502bde1ce5bc" type="zip" target="proj-4.9.3/nad">http://download.osgeo.org/proj/proj-datumgrid-1.6.zip</Archive>
- </Source>
- <Package>
- <Name>proj</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/proj</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>proj-devel</Name>
- <Summary>Development files for proj</Summary>
- <RuntimeDependencies>
- <Dependency release="current">proj</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-04-15</Date>
- <Version>4.9.3</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>4.9.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-24</Date>
- <Version>4.9.2</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|