PKGBUILDs/community/tucan/PKGBUILD
2009-10-09 21:15:33 -05:00

22 lines
617 B
Bash

# Contributor: Raul Pons Lopez <raulponslopez+aur {at} gmail {dot} com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
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://forja.rediris.es/frs/download.php/1400/$pkgname-$pkgver.tar.gz)
md5sums=('3e27a9b17f67d8523950522366b18b77')
build() {
cd $srcdir/$pkgname-0.3.8
make DESTDIR=$pkgdir/usr install
ln -sf /usr/share/tucan/tucan.py $pkgdir/usr/bin/tucan
}