wok-current diff openexr-dev/receipt @ rev 16125
ARM: add xorg-libXdamage and conky
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 23 22:52:11 2014 +0100 (2014-03-23) |
parents | 47e1df965953 |
children | 289e794fc5bc |
line diff
1.1 --- a/openexr-dev/receipt Thu Dec 05 13:21:20 2013 +0000 1.2 +++ b/openexr-dev/receipt Sun Mar 23 22:52:11 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="devel files for openexr" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="BSD" 1.8 WEB_SITE="http://www.openexr.org/" 1.9 WANTED="openexr" 1.10 1.11 @@ -14,9 +15,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib $fs/usr/share 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.18 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.22 + cp -a $install/usr/share/aclocal $fs/usr/share 1.23 } 1.24 -