1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>clamz</Name>
- <Homepage>https://code.google.com/archive/p/clamz/</Homepage>
- <Packager>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Packager>
- <License>LGPLv3</License>
- <IsA>library</IsA>
- <Summary>Amazon Downloader</Summary>
- <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>
- <Archive sha1sum="54664614e5098f9e4e9240086745b94fe638b176" type="targz">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/clamz/clamz-0.5.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>curl-devel</Dependency>
- <Dependency>libgcrypt-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>clamz</Name>
- <RuntimeDependencies>
- <Dependency>curl</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>libgcrypt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-03-08</Date>
- <Version>0.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-20</Date>
- <Version>0.5</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-07</Date>
- <Version>0.5</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|