wok-6.x rev 15383
Up: connman-dev (1.19)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon Oct 21 23:03:38 2013 +0200 (2013-10-21) |
parents | 5b22787d62d6 |
children | bfdfb5b999b5 |
files | connman-dev/receipt |
line diff
1.1 --- a/connman-dev/receipt Mon Oct 21 23:03:11 2013 +0200 1.2 +++ b/connman-dev/receipt Mon Oct 21 23:03:38 2013 +0200 1.3 @@ -1,11 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="connman-dev" 1.7 -VERSION="1.12" 1.8 +VERSION="1.19" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Daemon for managing internet connections, dev files." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 -LICENSE="GPL2" 1.13 WEB_SITE="http://connman.net/" 1.14 WANTED="connman" 1.15 1.16 @@ -16,9 +15,9 @@ 1.17 { 1.18 # vpn 1.19 mkdir -p $fs/usr/lib/connman/plugins-vpn 1.20 - cp -a $install/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn 1.21 + cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn 1.22 # include 1.23 - cp -a $install/usr/include $fs/usr 1.24 + cp -a $_pkg/usr/include $fs/usr 1.25 # pkg-config 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.28 }