pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>woeusb</Name>
  6. <Homepage>https://github.com/slacka/WoeUSB</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Create a Windows USB stick installer</Summary>
  14. <Description>A Linux program to create a Windows USB stick installer from a real Windows DVD or iso image. The important part is that you should format usb stick in NTFS.</Description>
  15. <Archive sha1sum="661fa743140fe88bbe412a52e024ebe73199455b" type="targz">https://github.com/slacka/WoeUSB/archive/v3.3.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>m4</Dependency>
  18. <Dependency>wxGTK-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>woeusb</Name>
  23. <RuntimeDependencies>
  24. <Dependency>wxGTK</Dependency>
  25. <Dependency>libgcc</Dependency>
  26. <Dependency>parted</Dependency>
  27. <Dependency>ntfs-3g</Dependency>
  28. <Dependency>dosfstools</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="data">/usr/share</Path>
  33. <Path fileType="doc">/usr/share/doc/woeusb</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="4">
  38. <Date>2020-04-07</Date>
  39. <Version>3.3.1</Version>
  40. <Comment>Rebuild wxgtk.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@pisilinux.org</Email>
  43. </Update>
  44. <Update release="3">
  45. <Date>2020-04-07</Date>
  46. <Version>3.3.1</Version>
  47. <Comment>ver. bump</Comment>
  48. <Name>Erkan IŞIK</Name>
  49. <Email>erkanisik@pisilinux.org</Email>
  50. </Update>
  51. <Update release="2">
  52. <Date>2019-06-04</Date>
  53. <Version>3.3.0</Version>
  54. <Comment>ver. bump</Comment>
  55. <Name>Kamil Atlı</Name>
  56. <Email>suvari@pisilinux.org</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2018-10-22</Date>
  60. <Version>3.2.10</Version>
  61. <Comment>First release</Comment>
  62. <Name>Kamil Atlı</Name>
  63. <Email>suvari@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>