pspec.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dev86</Name>
  6. <Homepage>https://github.com/lkundrak/dev86</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Development environment for ELKS-86 and standalone 8086 code</Summary>
  14. <Description>The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources.</Description>
  15. <Archive sha1sum="0f5b54a36fe24f90b4cc8b62517d00b32c04b34e" type="targz">https://github.com/lkundrak/dev86/archive/v0.16.21.tar.gz</Archive>
  16. <!--http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.20.tar.gz-->
  17. <Patches>
  18. <!-- some fedora fixes -->
  19. <Patch level="1">fedora/dev86-noelks.patch</Patch>
  20. <Patch level="1">fedora/dev86-nostrip.patch</Patch>
  21. <Patch level="1">fedora/dev86-long.patch</Patch>
  22. <!-- <Patch level="1">fedora/dev86-print-overflow.patch</Patch> -->
  23. <Patch level="1">dont-ask-anything.patch</Patch>
  24. <Patch level="1">64bit-build-fix.patch</Patch>
  25. <Patch level="1">makefile-fix.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>dev86</Name>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="7">
  38. <Date>2020-11-07</Date>
  39. <Version>0.16.21</Version>
  40. <Comment>Rebuild.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="6">
  45. <Date>2020-01-26</Date>
  46. <Version>0.16.21</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="5">
  52. <Date>2018-08-15</Date>
  53. <Version>0.16.21</Version>
  54. <Comment>Version Bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="4">
  59. <Date>2018-08-15</Date>
  60. <Version>0.16.19</Version>
  61. <Comment>Release Bump.</Comment>
  62. <Name>Kamil Atlı</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-05-15</Date>
  67. <Version>0.16.19</Version>
  68. <Comment>Release Bump.</Comment>
  69. <Name>Kamil Atlı</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-09</Date>
  74. <Version>0.16.19</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2014-02-17</Date>
  81. <Version>0.16.19</Version>
  82. <Comment>First release</Comment>
  83. <Name>Serdar Soytetir</Name>
  84. <Email>kaptan@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>