pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>plasma</Name>
  6. <Homepage>https://github.com/joelpx/plasma</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <PartOf>programming.debug</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Interactive disassembler for x86/ARM/MIPS.</Summary>
  15. <Description>PLASMA is an interactive disassembler. It can generate a more readable assembly (pseudo code) with colored syntax. You can write scripts with the available Python api.</Description>
  16. <Archive sha1sum="4cdc87a6c645937a2376b9665bcfcb2a9907a7d0" type="targz">https://github.com/ibrahimkaraguzel/Sources/raw/master/plasma-0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-nose</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>plasma</Name>
  24. <RuntimeDependencies>
  25. <Dependency>python3</Dependency>
  26. <Dependency>pefile-py3k</Dependency>
  27. <Dependency>python3-msgpack</Dependency>
  28. <Dependency>python3-capstone</Dependency>
  29. <Dependency>python3-pyelftools</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib/python3*</Path>
  34. <Path fileType="data">/usr/share/plasma</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2016-04-23</Date>
  41. <Version>0.0</Version>
  42. <Comment>First Pisi Built with Docker</Comment>
  43. <Name>İbrahim KARAGÜZEL</Name>
  44. <Email>karaguzelibrahim@gmail.com</Email>
  45. </Update>
  46. </History>
  47. </PISI>