updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bittornado / PKGBUILD
blob06612c5e183a6f246b3f2728ad418eccf726330d
1 # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
3 pkgname=bittornado
4 pkgver=0.3.18
5 pkgrel=4
6 pkgdesc="An experimental client based on the official bittorrent."
7 arch=('i686' 'x86_64')
8 url="http://bittornado.com/"
9 license=('MIT')
10 depends=('python')
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')
17 build() {
18   cd "${srcdir}/BitTornado-CVS"
20   python setup.py install --root="${pkgdir}" || return 1
22 #license file install
23   install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" || return 1