contrib/ilmbase/Pkgfile

18 lines
413 B
Plaintext
Raw Normal View History

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