contrib/ilmbase/Pkgfile

18 lines
413 B
Plaintext
Raw Normal View History

# Description: Support libraries used by OpenEXR
2007-01-09 19:54:36 +11:00
# URL: http://www.openexr.com/
2018-01-10 16:28:00 -06:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
2007-01-09 19:54:36 +11:00
name=ilmbase
2018-01-10 16:28:00 -06:00
version=2.2.1
2007-01-09 19:54:36 +11:00
release=1
source=(http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz)
2007-01-09 19:54:36 +11:00
build() {
cd $name-$version
2015-07-10 22:20:27 -05:00
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
2007-01-09 19:54:36 +11:00
}