pspec.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>secure-delete</Name>
  6. <Homepage>https://github.com/GIJack/secure_delete</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>Secure delete utilities</Summary>
  14. <Description>Secure file/disk/swap/memory erasure utilities.</Description>
  15. <Archive sha1sum="4bca843eb26aefc4843b2b2730c017f3e1440f51" type="targz">https://github.com/GIJack/secure_delete/archive/refs/tags/3.1-a.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">makefile.patch</Patch>
  18. <Patch level="1">deplibs.patch</Patch>
  19. <Patch level="1">flush.patch</Patch>
  20. <Patch level="1">sdmem.patch</Patch>
  21. <Patch level="1">cc.patch</Patch>
  22. <Patch level="1">mode_moderate.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>secure-delete</Name>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="doc">/usr/share/doc/secure-delete</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="1">
  35. <Date>2022-10-20</Date>
  36. <Version>3.1</Version>
  37. <Comment>First release</Comment>
  38. <Name>Ali Cengiz Kurt</Name>
  39. <Email>alicengizkurt@gmail.com</Email>
  40. </Update>
  41. </History>
  42. </PISI>