pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pgadmin3</Name>
  6. <Homepage>http://www.pgadmin.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Graphical client for PostgreSQL</Summary>
  14. <Description>pgadmin3 is a powerful administration and development platform for the PostgreSQL database, free for any use.</Description>
  15. <Archive sha1sum="2b62630d3ee90b44c440d673ca8bb3dcfe010e18" type="targz">https://ftp.postgresql.org/pub/pgadmin3/release/v1.22.2/src/pgadmin3-1.22.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>postgresql-lib</Dependency>
  18. <Dependency>libxslt-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. <Dependency>wxGTK2.8-devel</Dependency>
  21. <!--Dependency>wxMaxima</Dependency-->
  22. </BuildDependencies>
  23. <!--Patches>
  24. <Patch level="2">0001-Move-misplaced-unlock-of-s_currentObjectMutex.patch</Patch>
  25. </Patches-->
  26. </Source>
  27. <Package>
  28. <Name>pgadmin3</Name>
  29. <RuntimeDependencies>
  30. <Dependency>postgresql-lib</Dependency>
  31. <Dependency>libxslt</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>zlib</Dependency>
  34. <Dependency>libxml2</Dependency>
  35. <Dependency>openssl</Dependency>
  36. <Dependency>wxGTK2.8</Dependency>
  37. <Dependency>wxBase</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="data">/usr/share/pgadmin3</Path>
  42. <Path fileType="data">/usr/share/applications</Path>
  43. <Path fileType="data">/usr/share/pixmaps</Path>
  44. </Files>
  45. <AdditionalFiles>
  46. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/pgadmin3.desktop">pgadmin3.desktop</AdditionalFile>
  47. </AdditionalFiles>
  48. </Package>
  49. <History>
  50. <Update release="3">
  51. <Date>2017-01-25</Date>
  52. <Version>1.22.2</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Stefan Gronewold</Name>
  55. <Email>groni@pisilinux.org</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2016-06-08</Date>
  59. <Version>1.22</Version>
  60. <Comment>Release Bump</Comment>
  61. <Name>Pisi Linux Community</Name>
  62. <Email>admin@pisilinux.org</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2016-02-26</Date>
  66. <Version>1.22</Version>
  67. <Comment>First release</Comment>
  68. <Name>Ertuğrul Erata</Name>
  69. <Email>ertugrulerata@gmail.com</Email>
  70. </Update>
  71. </History>
  72. </PISI>