wok-current diff vde2-dev/receipt @ rev 15523
Up: thunderbird-langpack-sv_SE (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 19 22:24:34 2013 +0100 (2013-11-19) |
parents | 8a3ba5d78463 |
children | 3af9c976b7d4 |
line diff
1.1 --- a/vde2-dev/receipt Mon Jan 03 00:43:32 2011 +0100 1.2 +++ b/vde2-dev/receipt Tue Nov 19 22:24:34 2013 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Virtual Distributed Ethernet developement files" 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://vde.sourceforge.net/" 1.9 WANTED="vde2" 1.10 1.11 @@ -12,8 +13,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib/vde2 1.15 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.16 - cp -a $_pkg/usr/lib/vde2/*a $fs/usr/lib/vde2 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 + cp -a $install/usr/lib/*a $fs/usr/lib 1.20 + cp -a $install/usr/lib/vde2/*a $fs/usr/lib/vde2 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 }