summaryrefslogtreecommitdiffstats
path: root/base/ilmbase/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/ilmbase/Pkgfile')
-rwxr-xr-xbase/ilmbase/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/base/ilmbase/Pkgfile b/base/ilmbase/Pkgfile
deleted file mode 100755
index 68a419096..000000000
--- a/base/ilmbase/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
-}
-