pspec.xml 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>syslinux</Name>
  6. <Homepage>http://syslinux.zytor.com/</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>SysLinux, IsoLinux and PXELinux bootloader</Summary>
  14. <Description>Lightweight bootloaders for floppy media (SYSLINUX), network booting (PXELINUX), and bootable "El Torito" CD-ROMs (ISOLINUX). The project also includes MEMDISK, a tool to boot legacy operating systems (such as DOS) from nontraditional media; it is usually used in conjunction with PXELINUX and ISOLINUX.</Description>
  15. <Archive sha1sum="1bea76b97b4e32a017dd4168e819934b7c6592cc" type="tarxz">https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>nasm</Dependency>
  18. <Dependency>asciidoc</Dependency>
  19. <Dependency>dosfstools</Dependency>
  20. <Dependency>mtools</Dependency>
  21. <Dependency>efibootmgr-devel</Dependency>
  22. <Dependency>gptfdisk</Dependency>
  23. <Dependency>upx</Dependency><!--1-->
  24. <Dependency>libutil-linux-devel</Dependency>
  25. <Dependency>util-linux</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!--Patch level="1">0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch</Patch>
  29. <Patch level="1">0035-SYSAPPEND-Fix-space-stripping.patch</Patch-->
  30. <Patch level="1">gcc-fix-alignment.patch</Patch>
  31. <Patch level="1">dont-guess-alignment.patch</Patch>
  32. <Patch level="1">btrfs-fix.patch</Patch>
  33. <Patch>syslinux.git-138e850fab106b5235178848b3e0d33e25f4d3a2.patch</Patch><!--kbd patch-->
  34. <Patch>syslinux.git-83aad4f.patch</Patch><!--set-base patch-->
  35. <Patch>syslinux.git-0a2dbb3.patch</Patch><!--set-mod patch-->
  36. <Patch>syslinux-6.03-sysmacros.patch</Patch>
  37. <!-- <Patch>syslinux-6.02-add-fno-stack-protector.patch</Patch> -->
  38. </Patches>
  39. </Source>
  40. <Package>
  41. <Name>syslinux</Name>
  42. <RuntimeDependencies>
  43. <Dependency>mtools</Dependency>
  44. <Dependency>libutil-linux</Dependency>
  45. <Dependency>mtools</Dependency>
  46. <Dependency>efibootmgr</Dependency>
  47. <Dependency>util-linux</Dependency>
  48. <Dependency>dosfstools</Dependency>
  49. <Dependency>gptfdisk</Dependency>
  50. <Dependency>perl-Crypt-PasswdMD5</Dependency>
  51. <Dependency>perl-Digest-SHA1</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/sbin</Path>
  55. <Path fileType="executable">/usr/bin</Path>
  56. <Path fileType="library">/usr/lib/syslinux</Path>
  57. <Path fileType="doc">/usr/share/doc</Path>
  58. <Path fileType="man">/usr/share/man</Path>
  59. </Files>
  60. <AdditionalFiles>
  61. <AdditionalFile target="/usr/lib/syslinux/isolinux.cfg" permission="0644" owner="root">pisi-iso/isolinux.cfg</AdditionalFile>
  62. <AdditionalFile target="/usr/lib/syslinux/background.png" permission="0644" owner="root">pisi-iso/background.png</AdditionalFile>
  63. <!--AdditionalFile target="/usr/bin/syslinux-install_update" permission="0755" owner="root">syslinux-install_update</AdditionalFile-->
  64. </AdditionalFiles>
  65. </Package>
  66. <History>
  67. <Update release="3">
  68. <Date>2017-03-29</Date>
  69. <Version>6.03</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>Ayhan Yalçınsoy</Name>
  72. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  73. </Update>
  74. <Update release="2">
  75. <Date>2016-06-08</Date>
  76. <Version>6.03</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Pisi Linux Community</Name>
  79. <Email>admin@pisilinux.org</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2016-04-02</Date>
  83. <Version>6.03</Version>
  84. <Comment>First release</Comment>
  85. <Name>Alihan Öztürk</Name>
  86. <Email>alihan@pisilinux.org</Email>
  87. </Update>
  88. </History>
  89. </PISI>