1 # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
6 pkgdesc="An experimental client based on the official bittorrent."
8 url="http://bittornado.com/"
11 optdepends=('wxpython: for using the graphical client'
12 'wxgtk: for using the graphical client')
13 source=(http://download2.bittornado.com/download/BitTornado-$pkgver.tar.gz)
15 md5sums=('faeb137036cfaaeab91afc7f62c7dc30')
18 cd "${srcdir}/BitTornado-CVS"
20 python setup.py install --root="${pkgdir}" || return 1
23 install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" || return 1