# Description: A high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. # URL: http://www.openexr.com/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: ilmbase name=openexr version=2.2.1 release=1 source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version CONFIG_SHELL=/bin/bash \ ./configure --prefix=/usr \ --disable-static make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc }