updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gimp-plugin-hdrtools / PKGBUILD
blob043796cf9619d5b64db4be3bb41fe8cbce5d618c
1 # Contributer: N30N <archlinux@alunamation.com>
3 pkgname=gimp-plugin-hdrtools
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="load and save images in Radiance RGBE format, as well as supporting a few manipulation operations to the best of GIMP's ability (GIMP can only work with 8-bits per channel images)."
7 arch=("i686" "x86_64")
8 url="http://nifelheim.dyndns.org/~cocidius/hdrtools"
9 license=("GPL2")
10 depends=("gimp")
11 makedepends=("pkgconfig")
12 # source=("http://nifelheim.dyndns.org/~cocidius/files/gimp-hdrtools-${pkgver}.tar.bz2")
13 source=("http://dlc.sun.com/osol/jds/downloads/sources/gimp-hdrtools-${pkgver}.tar.bz2")
14 md5sums=("8d14fd09b8672fc13395cbe17a8e382e")
16 build() {
17         cd ${srcdir}/gimp-hdrtools-${pkgver}
18         msg "Starting build process."
19         make || return 1
20         install -D -m755 hdrtools ${pkgdir}/usr/lib/gimp/2.0/plug-ins/hdrtools
23 # vim: set noet ff=unix: