pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mdbtools</Name>
  6. <Homepage>https://github.com/brianb/mdbtools</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>MDB Tools is a suite of programs for accessing data stored in Microsoft Access databases</Summary>
  16. <Description>mdbtools contains set of libraries and utilities for reading Microsoft Access database (MDB) files.</Description>
  17. <Archive sha1sum="33b746f29c1308909a1e82546ec24e8f835d461a" type="targz">https://github.com/brianb/mdbtools/archive/0.7.1.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>unixODBC-devel</Dependency>
  20. <!--<Dependency>libglade-devel</Dependency>
  21. <Dependency>libgnomeui-devel</Dependency>-->
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>readline-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>mdbtools</Name>
  28. <RuntimeDependencies>
  29. <Dependency>unixODBC</Dependency>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>readline</Dependency>
  32. </RuntimeDependencies>
  33. <Conflicts>
  34. <Package releaseTo="4">mdbtools-gui</Package>
  35. </Conflicts>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>mdbtools-devel</Name>
  45. <Summary>Development files for mdbtools</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">mdbtools</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <!-- need scrollkeeper disabled build gui -->
  55. <!--<Package>
  56. <Name>mdbtools-gui</Name>
  57. <Summary>MDB database explorer</Summary>
  58. <Description>mdbtools-gui package contains the gmdb2 graphical user interface for MDB Tools</Description>
  59. <RuntimeDependencies>
  60. <Dependency release="current">mdbtools</Dependency>
  61. <Dependency>libgnomeui</Dependency>
  62. <Dependency>libglade</Dependency>
  63. <Dependency>gtk2</Dependency>
  64. <Dependency>pango</Dependency>
  65. <Dependency>gdk-pixbuf</Dependency>
  66. <Dependency>libgnome</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="executable">/bin/gmdb2</Path>
  70. <Path fileType="data">/usr/share/gmdb</Path>
  71. <Path fileType="data">/usr/share/applications/gmdb2.desktop</Path>
  72. <Path fileType="data">/usr/share/gnome/help/gmdb</Path>
  73. </Files>
  74. <AdditionalFiles>
  75. <AdditionalFile target="/usr/share/applications/gmdb2.desktop" permission="0644" owner="root">gmdb2.desktop</AdditionalFile>
  76. </AdditionalFiles>
  77. </Package>-->
  78. <History>
  79. <Update release="3">
  80. <Date>2017-03-30</Date>
  81. <Version>0.7.1</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>Rebuild with new toolchain</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="2">
  87. <Date>2016-06-09</Date>
  88. <Version>0.7.1</Version>
  89. <Comment>Release Bump</Comment>
  90. <Name>Pisi Linux Community</Name>
  91. <Email>admin@pisilinux.org</Email>
  92. </Update>
  93. <Update release="1">
  94. <Date>2015-04-20</Date>
  95. <Version>0.7.1</Version>
  96. <Comment>First release</Comment>
  97. <Name>Ertuğrul Erata</Name>
  98. <Email>ertugrulerata@gmail.com</Email>
  99. </Update>
  100. </History>
  101. </PISI>