contrib/openexr/Pkgfile

20 lines
553 B
Plaintext
Raw Normal View History

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