wok-stable rev 10177
Up: openexr to 1.7.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 22:24:12 2011 +0000 (2011-05-20) |
parents | 342982e73709 |
children | 7c8f0fab1143 |
files | openexr-dev/receipt openexr/receipt |
line diff
1.1 --- a/openexr-dev/receipt Fri May 20 22:22:11 2011 +0000 1.2 +++ b/openexr-dev/receipt Fri May 20 22:24:12 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openexr-dev" 1.7 -VERSION="1.6.1" 1.8 +VERSION="1.7.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="devel files for openexr" 1.11 MAINTAINER="slaxemulator@gmail.com"
2.1 --- a/openexr/receipt Fri May 20 22:22:11 2011 +0000 2.2 +++ b/openexr/receipt Fri May 20 22:24:12 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="openexr" 2.7 -VERSION="1.6.1" 2.8 +VERSION="1.7.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="openexr library for EXR images" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 @@ -17,11 +17,8 @@ 2.13 cd $src 2.14 patch -p1 -i $stuff/gcc43.patch 2.15 ./configure \ 2.16 - --prefix=/usr \ 2.17 - --infodir=/usr/share/info \ 2.18 - --mandir=/usr/share/man \ 2.19 $CONFIGURE_ARGS && 2.20 - make && make DESTDIR=$PWD/_pkg install 2.21 + make && make install 2.22 } 2.23 2.24 # Rules to gen a SliTaz package suitable for Tazpkg.