updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / photoprint / PKGBUILD
blobfaa1f5347ccfd97c60fea26efacc4cf85831a61b
1 # Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
2 # adpoted from Caved since pkgver=0.4.0-pre1
4 pkgname=photoprint
5 arch=(i686 x86_64)
6 pkgver=0.4.2rc2
7 pkgrel=2
8 license=('GPL')
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')
13 backup=()
14 install=${pkgname}.install
15 source=(http://www.blackfiveimaging.co.uk/photoprint/photoprint-0.4.2-pre2.tar.gz)
16 md5sums=('fbd33857d37081846df43cb52a9db3a8')
18 build() {
19 cd ${srcdir}/photoprint-0.4.2-pre2
20 ./configure --prefix=/usr
21 make || return 1
22 make DESTDIR=${pkgdir} install