wok-next diff openexr/receipt @ rev 17948
mtpaint: up (3.44.91), remove XPM icons substitutions (using original icons).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 16 02:24:03 2015 +0300 (2015-04-16) |
parents | 7336c01c2ee2 |
children | 289e794fc5bc |
line diff
1.1 --- a/openexr/receipt Wed May 25 22:38:15 2011 +0200 1.2 +++ b/openexr/receipt Thu Apr 16 02:24:03 2015 +0300 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="openexr library for EXR images" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="zlib ilmbase" 1.8 -BUILD_DEPENDS="zlib zlib-dev ilmbase-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.openexr.org/" 1.12 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="zlib ilmbase" 1.15 +BUILD_DEPENDS="zlib zlib-dev ilmbase-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -29,7 +31,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.28 } 1.29 -