# Maintainer: Flaviu Tamas # Contributor: Dany Martineau pkgname=pylote pkgver=1.4 pkgrel=5 pkgdesc="Software making it possible to draw on the screen of the computer, like handling various instruments of geometry." url="http://pascal.peter.free.fr/wiki/Logiciels/Pylote" license=('GPL') arch=('any') depends=('pyqt') provides=(pylote) conflicts=(pylote) source=() sha256sums=() package() { echo "please use pylote-git because the tarball is simply an un-versioned git snapshot" return 1 }