pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>upx</Name>
  6. <Homepage>http://upx.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Ultimate executable compressor.</Summary>
  14. <Description>UPX is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs.</Description>
  15. <Archive sha1sum="2f69002bd6012011c90732e8da96c366157e51e9" type="tarxz">http://upx.sourceforge.net/download/upx-3.95-src.tar.xz</Archive>
  16. <Archive sha1sum="5ec1c4606fec88c770a9712073e83916f8aed173" type="tarbz2">http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>ucl-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>upx</Name>
  24. <Summary>Ultimate executable compressor.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>ucl</Dependency>
  27. <!--<Dependency>zlib</Dependency>-->
  28. <!--<Dependency>libgcc</Dependency>-->
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man/man1</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="6">
  38. <Date>2020-02-19</Date>
  39. <Version>3.95</Version>
  40. <Comment>Ver. bump</Comment>
  41. <Name>Blue DeviL</Name>
  42. <Email>bluedevil@sctzine.com</Email>
  43. </Update>
  44. <Update release="5">
  45. <Date>2018-08-10</Date>
  46. <Version>3.94</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="4">
  52. <Date>2018-01-14</Date>
  53. <Version>3.94</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="3">
  59. <Date>2017-02-17</Date>
  60. <Version>3.91</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Kamil Atlı</Name>
  63. <Email>suvari@pisilinux.org</Email>
  64. </Update>
  65. <Update release="2">
  66. <Date>2016-06-08</Date>
  67. <Version>3.91</Version>
  68. <Comment>Release Bump</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2016-04-03</Date>
  74. <Version>3.91</Version>
  75. <Comment>First Pisi Release</Comment>
  76. <Name>İbrahim KARAGÜZEL</Name>
  77. <Email>karaguzelibrahim@gmail.com</Email>
  78. </Update>
  79. </History>
  80. </PISI>