contrib/openexr/Pkgfile

24 lines
517 B
Plaintext
Raw Normal View History

2007-01-09 09:55:28 +01:00
# Description: High dynamic-range (HDR) image file format library.
# URL: http://www.openexr.com/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on: ilmbase
name=openexr
2007-10-27 01:32:06 +02:00
version=1.6.1
2007-01-09 09:55:28 +01:00
release=1
source=(http://download.savannah.nongnu.org/releases/openexr/openexr-$version.tar.gz)
build() {
2007-04-01 11:31:55 +02:00
cd openexr-$version
2007-08-04 11:57:23 +02:00
2007-01-09 09:55:28 +01:00
./configure \
--prefix=/usr \
2007-10-27 01:32:06 +02:00
--disable-static
2007-08-04 11:57:23 +02:00
2007-01-09 09:55:28 +01:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}