wok-6.x diff connman-dev/receipt @ rev 15718
Up: openssh (6.4p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 11:43:21 2013 +0000 (2013-12-26) |
parents | 612ec59c00f3 |
children | 47ad89df5327 |
line diff
1.1 --- a/connman-dev/receipt Mon Oct 21 23:03:38 2013 +0200 1.2 +++ b/connman-dev/receipt Thu Dec 26 11:43:21 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Daemon for managing internet connections, dev files." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://connman.net/" 1.9 WANTED="connman" 1.10 1.11 @@ -15,9 +16,10 @@ 1.12 { 1.13 # vpn 1.14 mkdir -p $fs/usr/lib/connman/plugins-vpn 1.15 - cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn 1.16 + cp -a $install/usr/lib/connman/plugins-vpn/*a \ 1.17 + $fs/usr/lib/connman/plugins-vpn 1.18 # include 1.19 - cp -a $_pkg/usr/include $fs/usr 1.20 + cp -a $install/usr/include $fs/usr 1.21 # pkg-config 1.22 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.24 }