1 # Contributor: Dieter Plaetinck <dieter@plaetinck.be>
5 pkgdesc="Yet Another Primax GUI"
7 url="http://ornellas.apanela.com/dokuwiki/software:yaprimaxgui"
11 optdepends=('primax_scan: one of the backends (http://primax.sourceforge.net)' 'pxscan: the other possible backend (http://home2.swipnet.se/~w-25069/pxscan.html')
19 source=("http://ornellas.apanela.com/dokuwiki/_media/software:$pkgname-$pkgver.tar.gz?id=software%3Ayaprimaxgui&cache=cache")
21 md5sums=('c6a6c0f4bd26b69250bbc72ab9a4c09a')
24 mkdir -p $pkgdir/usr/bin
25 install -m 755 $srcdir/yaprimaxGUI-$pkgver/yaprimaxgui $pkgdir/usr/bin
28 # vim:set ts=2 sw=2 et: