summaryrefslogtreecommitdiff
path: root/openexr/Pkgfile
blob: f344fbf95b9f9222953c6a697301ab941ce231b8 (plain)
    1 # Description: A high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
    2 # URL: http://www.openexr.com/
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: ilmbase
    5 
    6 name=openexr
    7 version=2.2.1
    8 release=1
    9 source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     CONFIG_SHELL=/bin/bash \
   14     ./configure --prefix=/usr \
   15         --disable-static
   16     make
   17     make DESTDIR=$PKG install
   18     rm -r $PKG/usr/share/doc
   19 }

Generated by cgit