wok diff ilmbase/receipt @ rev 16396

Up iw (3.14) and add to ARM
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 03:24:21 2014 +0200 (2014-04-16)
parents 6836da13af2a
children 289e794fc5bc
line diff
     1.1 --- a/ilmbase/receipt	Fri May 20 23:00:39 2011 +0000
     1.2 +++ b/ilmbase/receipt	Wed Apr 16 03:24:21 2014 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.openexr.org"
    1.10  WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL"
    1.11 @@ -21,6 +22,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }
    1.18 -