pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>unshield</Name>
  6. <Homepage>https://github.com/twogood/unshield</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:console</IsA>
  13. <Summary>InstallShield Cabinet extractor</Summary>
  14. <Description>Unshield is a program to extract files from InstallShield Cabinet files.</Description>
  15. <Archive sha1sum="7b1437d6adffdf4cb4352e602c6dfb27cef22830" type="targz">https://github.com/twogood/unshield/archive/1.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>unshield</Name>
  24. <RuntimeDependencies>
  25. <Dependency>openssl</Dependency>
  26. <Dependency>zlib</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>unshield-devel</Name>
  37. <Summary>Development files for unshield</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">unshield</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="data">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2016-04-03</Date>
  49. <Version>1.3</Version>
  50. <Comment>Version bump, rebuilt with docker</Comment>
  51. <Name>İbrahim KARAGÜZEL</Name>
  52. <Email>karaguzelibrahim@gmail.com</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2014-02-17</Date>
  56. <Version>0.6</Version>
  57. <Comment>Rebuild.</Comment>
  58. <Name>Osman Erkan</Name>
  59. <Email>osman.erkan@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2010-12-02</Date>
  63. <Version>0.6</Version>
  64. <Comment>First release</Comment>
  65. <Name>Pisi Linux Admins</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>