pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dosfstools</Name>
  6. <Homepage>http://www.daniel-baumann.ch/software/dosfstools/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Tools to create and check DOS and VFAT filesystems</Summary>
  14. <Description>The dosfstools package includes the DOS and VFAT filesystem utilities like mkdosfs, mkfs.msdos, mkfs.vfat, dosfsck, dosfslabel. You can create and check MS-DOS FAT filesystems on hard drives or on floppies</Description>
  15. <Archive type="tarxz" sha1sum="814e2d5842c62e328dfc8947178a0a4e45a1c028">https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>eudev-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>dosfstools</Name>
  22. <RuntimeDependencies>
  23. <Dependency>eudev</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="4">
  33. <Date>2018-01-01</Date>
  34. <Version>4.1</Version>
  35. <Comment>Version bump</Comment>
  36. <Name>Mustafa Cinasal</Name>
  37. <Email>muscnsl@gmail.com</Email>
  38. </Update>
  39. <Update release="3">
  40. <Date>2017-01-29</Date>
  41. <Version>4.0</Version>
  42. <Comment>Version bump.</Comment>
  43. <Name>Stefan Gronewold</Name>
  44. <Email>groni@pisilinux.org</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2016-06-10</Date>
  48. <Version>3.0.26</Version>
  49. <Comment>Release Bump</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2014-04-03</Date>
  55. <Version>3.0.26</Version>
  56. <Comment>First release</Comment>
  57. <Name>Marcin Bojara</Name>
  58. <Email>marcin@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>