pspec.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gpart</Name>
  6. <Homepage>https://github.com/baruch/gpart</Homepage>
  7. <Packager>
  8. <Name>AYDIN ATMACA</Name>
  9. <Email>aydinatmaca@gmail.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>hardware.disk</PartOf>
  14. <Summary>Partition table rescue/guessing tool.</Summary>
  15. <Description>Gpart is a small tool which tries to guess what partitions are on a PC type harddisk in case the primary partition table was damaged.</Description>
  16. <Archive sha1sum="16eb8bcee2598e89fb62816aa625e61394dd73bc" type="targz">https://github.com/baruch/gpart/archive/0.3.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>gpart</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="executable">/usr/sbin</Path>
  23. <Path fileType="man">/usr/share/man</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. </Files>
  26. </Package>
  27. <History>
  28. <Update release="1">
  29. <Date>2021-01-12</Date>
  30. <Version>0.3</Version>
  31. <Comment>First Beta release.</Comment>
  32. <Name>AYDIN ATMACA</Name>
  33. <Email>aydinatmaca@gmail.com</Email>
  34. </Update>
  35. </History>
  36. </PISI>