pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>proj</Name>
  6. <Homepage>http://trac.osgeo.org/proj/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Cartographic Projections library</Summary>
  15. <Description>Proj.4 cartographic projection software with updated NAD27 grids.</Description>
  16. <Archive sha1sum="2f5a1f13d65f9ac35bbad1e3449f32b256967856" type="targz">http://download.osgeo.org/proj/proj-4.9.3.tar.gz</Archive>
  17. <Archive sha1sum="bf0059be06359f71eb0349e64f97502bde1ce5bc" type="zip" target="proj-4.9.3/nad">http://download.osgeo.org/proj/proj-datumgrid-1.6.zip</Archive>
  18. </Source>
  19. <Package>
  20. <Name>proj</Name>
  21. <Files>
  22. <Path fileType="executable">/usr/bin</Path>
  23. <Path fileType="data">/usr/share/proj</Path>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>proj-devel</Name>
  31. <Summary>Development files for proj</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">proj</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig</Path>
  38. <Path fileType="man">/usr/share/man/man3</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="3">
  43. <Date>2017-04-15</Date>
  44. <Version>4.9.3</Version>
  45. <Comment>Rebuild with new toolchain</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2016-06-09</Date>
  51. <Version>4.9.2</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2016-02-24</Date>
  58. <Version>4.9.2</Version>
  59. <Comment>First release</Comment>
  60. <Name>Ertuğrul Erata</Name>
  61. <Email>ertugrulerata@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </PISI>