pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>aimage</Name>
  6. <Homepage>http://www.forensicswiki.org/wiki/Aimage</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <PartOf>hardware.disk</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Aimage (the advanced imager) was an imaging tool that was part of AFF.</Summary>
  15. <Description>Aimage can create files in raw, AFF, AFD, or AFM formats. AFF and AFD formats can be compressed or uncompressed. aimage can optionally compress and calculate MD5 or SHA-1 hash residues while the data is being copied. It had intelligent error recovery, similar to what is in ddrescue.</Description>
  16. <Archive sha1sum="8f3136e9ad3204fb4c91149b3f01a32cc83e0371" type="targz">https://github.com/ibrahimkaraguzel/Sources/raw/master/aimage-3.2.5.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>expat-devel</Dependency>
  20. <Dependency>afflib-devel</Dependency>
  21. <Dependency>libbsd-devel</Dependency>
  22. <Dependency>ncurses-devel</Dependency>
  23. <Dependency>openssl-devel</Dependency>
  24. <Dependency>readline-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>aimage</Name>
  29. <RuntimeDependencies>
  30. <Dependency>zlib</Dependency>
  31. <Dependency>expat</Dependency>
  32. <Dependency>afflib</Dependency>
  33. <Dependency>libbsd</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. <Dependency>ncurses</Dependency>
  36. <Dependency>openssl</Dependency>
  37. <Dependency>readline</Dependency>
  38. </RuntimeDependencies>
  39. <Summary>Aimage (the advanced imager) was an imaging tool that was part of AFF.</Summary>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="1">
  47. <Date>2016-04-02</Date>
  48. <Version>3.2.5</Version>
  49. <Comment>First Pisi Built with Docker</Comment>
  50. <Name>İbrahim KARAGÜZEL</Name>
  51. <Email>karaguzelibrahim@gmail.com</Email>
  52. </Update>
  53. </History>
  54. </PISI>