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

25 lines
727 B
Bash

# $Id: PKGBUILD 3460 2009-10-03 16:56:33Z ibiru $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Dmitry N. Shilov <stormblast@land.ru>
pkgname=qtpfsgui
pkgver=1.9.3
pkgrel=2
pkgdesc="Qt4 graphical user interface that provides a workflow for HDR imaging."
arch=('i686' 'x86_64')
url="http://qtpfsgui.sourceforge.net/"
license=('GPL')
depends=('openexr' 'exiv2' 'fftw' 'libtiff' 'qt')
optdepends=('dcraw: work with raw-files')
install=qtpfsgui.install
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('5a6421391e373c912e4a793e131151c8')
build() {
cd ${srcdir}/$pkgname-$pkgver
qmake PREFIX=/usr
make || return 1
make INSTALL_ROOT=${pkgdir} install
}