wok-6.x diff wv-dev/receipt @ rev 15043
libvlc-dev: no more vlc-config ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 16:26:23 2013 +0000 (2013-08-12) |
parents | cfaa16e94216 |
children | 3af9c976b7d4 |
line diff
1.1 --- a/wv-dev/receipt Mon Apr 14 15:42:19 2008 +0200 1.2 +++ b/wv-dev/receipt Mon Aug 12 16:26:23 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="WV (MS doc lib) devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WANTED="wv" 1.9 WEB_SITE="http://www.abisource.com/projects/" 1.10 1.11 @@ -12,8 +13,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.17 - cp -a $_pkg/usr/include $fs/usr 1.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.20 + cp -a $install/usr/include $fs/usr 1.21 } 1.22