# Contributor: Raul Pons Lopez # Maintainer: Daniel J Griffiths pkgname=tucan pkgver=0.3.9 pkgrel=1 pkgdesc="Download and upload manager for hosting sites." arch=('i686' 'x86_64') url="http://cusl3-tucan.forja.rediris.es/" license=('GPL3') depends=('pil' 'python' 'pygtk' 'tesseract' 'librsvg') source=(http://build-tucan-doc.googlecode.com/files/$pkgname-$pkgver.tar.gz) md5sums=('1c085c71eea6e64af1e52f3a8e8d0905') build() { cd $srcdir/$pkgname-0.3.9 make DESTDIR=$pkgdir/usr install ln -sf /usr/share/tucan/tucan.py $pkgdir/usr/bin/tucan }