pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cdemu-client</Name>
  6. <Homepage>https://cdemu.sourceforge.io/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <Icon>cdemu-client</Icon>
  13. <Summary>Simple command-line client for controlling cdemu-daemon</Summary>
  14. <Description>CDemu - a virtual CD/DVD drive for Linux. Project includes Linux kernel module, userspace utilities.</Description>
  15. <Archive sha1sum="951b1f6ee1ebc9692c8a7de0176a885a27a6d23b" type="tarxz">mirrors://sourceforge/cdemu/cdemu-client/cdemu-client-3.2.5.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>intltool</Dependency>
  19. <Dependency>bash-completion</Dependency>
  20. <Dependency>python3-pygobject3-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch></Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>cdemu-client</Name>
  28. <RuntimeDependencies>
  29. <Dependency>cdemu-daemon</Dependency>
  30. <Dependency>python3-pygobject3</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="data">/usr/share/bash-completion/completions/cdemu</Path>
  36. <Path fileType="data">/usr/share/applications</Path>
  37. <Path fileType="data">/usr/share/pixmaps</Path>
  38. <Path fileType="localedata">/usr/share/locale</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2023-06-21</Date>
  44. <Version>3.2.5</Version>
  45. <Comment>First release</Comment>
  46. <Name>Kamil Atlı</Name>
  47. <Email>suvari@pisilinux.org</Email>
  48. </Update>
  49. </History>
  50. </PISI>