1 # Maintainer: Alex Brick <alex@alexrbrick.com>
5 pkgdesc="A Python-based downloader for the Amazon MP3 store."
7 url="http://code.google.com/p/pymazon/"
9 depends=('python2' 'pycrypto')
10 optdepends=('pygtk: Gtk2 interface' 'pyqt: Qt interface')
11 source=(Pymazon-0.9.1.tar.gz::http://pymazon.googlecode.com/files/Pymazon-0.9.1.tar.gz)
13 md5sums=('e5cfd1a011ad2baa86576bdae1e64f96')
17 python2 setup.py build
22 python2 setup.py check
27 python2 setup.py install --prefix=$pkgdir/usr/
30 # vim:set ts=2 sw=2 et: