pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>clamz</Name>
  6. <Homepage>https://code.google.com/archive/p/clamz/</Homepage>
  7. <Packager>
  8. <Name>Yusuf Aydemir</Name>
  9. <Email>yusuf.aydemir@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Amazon Downloader</Summary>
  14. <Description>Clamz is a little command-line program to download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon.</Description>
  15. <Archive sha1sum="54664614e5098f9e4e9240086745b94fe638b176" type="targz">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clamz/clamz-0.5.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>curl-devel</Dependency>
  18. <Dependency>libgcrypt-devel</Dependency>
  19. <Dependency>expat-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>clamz</Name>
  24. <RuntimeDependencies>
  25. <Dependency>curl</Dependency>
  26. <Dependency>expat</Dependency>
  27. <Dependency>libgcrypt</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="3">
  38. <Date>2020-03-08</Date>
  39. <Version>0.5</Version>
  40. <Comment>Rebuild.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@pisilinux.org</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2018-08-20</Date>
  46. <Version>0.5</Version>
  47. <Comment>First release</Comment>
  48. <Name>Yusuf Aydemir</Name>
  49. <Email>yusuf.aydemir@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2017-01-07</Date>
  53. <Version>0.5</Version>
  54. <Comment>First release</Comment>
  55. <Name>Yusuf Aydemir</Name>
  56. <Email>yusuf.aydemir@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>