1 # Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
2 # adpoted from Caved since pkgver=0.4.0-pre1
9 pkgdesc="PhotoPrint is a utility designed to assist in the process of printing digital photographs under Linux and other UNIX-like operating systems."
10 url="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F01PhotoPrint"
11 depends=('gtk2' 'gutenprint' 'lcms' 'netpbm' 'libjpeg' 'libtiff' 'hicolor-icon-theme' 'desktop-file-utils')
12 makedepends=('gutenprint' 'cups')
14 install=${pkgname}.install
15 source=(http://www.blackfiveimaging.co.uk/photoprint/photoprint-0.4.2-pre2.tar.gz)
16 md5sums=('fbd33857d37081846df43cb52a9db3a8')
19 cd ${srcdir}/photoprint-0.4.2-pre2
20 ./configure --prefix=/usr
22 make DESTDIR=${pkgdir} install