pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libx86</Name>
  6. <Homepage>http://www.codon.org.uk/~mjg59/libx86/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A hardware-independent library for executing real-mode x86 code</Summary>
  14. <Description>libx86 contains the library and header files necessary for the development of programs that will use libx86 to make real-mode x86 calls.</Description>
  15. <Archive sha1sum="c55d8a428ab7f2084010c255aa8c666602544af9" type="targz">http://slamd64.ada.net.tr/slamd64-12.2/source/ap/libx86/libx86-1.1.tar.gz</Archive>
  16. <Patches>
  17. <!-- Fix building on newer kernels -->
  18. <Patch>libx86-0.99-ifmask.patch</Patch>
  19. <Patch level="1">libx86-add-pkgconfig.patch</Patch>
  20. <Patch level="1">libx86-mmap-offset.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>libx86</Name>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libx86-devel</Name>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libx86</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="6">
  42. <Date>2020-12-21</Date>
  43. <Version>1.1</Version>
  44. <Comment>Rebuild.</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="5">
  49. <Date>2020-01-31</Date>
  50. <Version>1.1</Version>
  51. <Comment>Rebuild.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="4">
  56. <Date>2018-08-15</Date>
  57. <Version>1.1</Version>
  58. <Comment>Rebuild.</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="3">
  63. <Date>2017-02-17</Date>
  64. <Version>1.1</Version>
  65. <Comment>Rebuild.</Comment>
  66. <Name>Ertuğrul Erata</Name>
  67. <Email>ertugrulerata@gmail.com</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2016-06-09</Date>
  71. <Version>1.1</Version>
  72. <Comment>Release Bump</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2014-05-24</Date>
  78. <Version>1.1</Version>
  79. <Comment>First release</Comment>
  80. <Name>PisiLinux Community</Name>
  81. <Email>admins@pisilinux.org</Email>
  82. </Update>
  83. </History>
  84. </PISI>