summaryrefslogtreecommitdiffstats
path: root/ilmbase/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ilmbase/Pkgfile')
-rwxr-xr-xilmbase/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/ilmbase/Pkgfile b/ilmbase/Pkgfile
new file mode 100755
index 000000000..68a419096
--- /dev/null
+++ b/ilmbase/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Librairie pour OpenEXR
+# URL: http://openexr.com/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+# Run on:
+
+name=ilmbase
+version=1.0.2
+release=2
+source=( http://download.savannah.nongnu.org/releases/openexr/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/ilmbase-1.0.2-gcc4-1.patch)
+build() {
+ # build package
+ cd $name-$version
+ patch -Np1 -i ../ilmbase-1.0.2-gcc4-1.patch
+ ./configure --prefix=/usr\
+ --disable-build-docs\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}
+