contrib/ilmbase/Pkgfile

18 lines
413 B
Plaintext

# Description: Support libraries used by OpenEXR
# URL: http://www.openexr.com/
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=ilmbase
version=2.2.1
release=1
source=(http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz)
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash \
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}