pspec.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>aespipe</Name>
  6. <Homepage>http://loop-aes.sourceforge.net/aespipe/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <PartOf>util.crypt</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>AES-encryption tool with loop-AES support.</Summary>
  15. <Description>aespipe is an encryption tool that reads from standard input and writes to standard output. It uses the AES (Rijndael) cipher. aespipe can be used for non-destructive in-place encryption of existing disk partitions for use with the loop-AES encrypted loopback kernel module.</Description>
  16. <Archive sha1sum="f16b7e70c9d98c97563a11bbfdb7f70dba752934" type="tarbz2">http://loop-aes.sourceforge.net/aespipe/aespipe-v2.4d.tar.bz2</Archive>
  17. </Source>
  18. <Package>
  19. <Name>aespipe</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. <Path fileType="man">/usr/share/man</Path>
  24. </Files>
  25. </Package>
  26. <History>
  27. <Update release="1">
  28. <Date>2016-03-30</Date>
  29. <Version>2.4d</Version>
  30. <Comment>First Pisi Built with Docker</Comment>
  31. <Name>İbrahim KARAGÜZEL</Name>
  32. <Email>karaguzelibrahim@gmail.com</Email>
  33. </Update>
  34. </History>
  35. </PISI>