wok-current diff ilmbase/receipt @ rev 17334
add aespipe & dcron
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 05 16:03:16 2014 +0100 (2014-11-05) |
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 Nov 05 16:03:16 2014 +0100 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 -