contrib/ilmbase/Pkgfile

23 lines
469 B
Plaintext
Raw Normal View History

2007-10-27 01:29:28 +02:00
# Description: Base math and exception library.
2007-01-09 09:54:36 +01:00
# URL: http://www.openexr.com/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
2007-01-09 09:54:36 +01:00
# Depends on:
name=ilmbase
2007-10-27 01:29:28 +02:00
version=1.0.1
2007-01-09 09:54:36 +01:00
release=1
source=(http://download.savannah.nongnu.org/releases/openexr/ilmbase-$version.tar.gz)
build() {
cd ilmbase-$version
./configure \
--prefix=/usr \
--disable-static
2007-08-04 11:57:23 +02:00
2007-01-09 09:54:36 +01:00
make
make DESTDIR=$PKG install
}