wok-6.x rev 15384
Add licenses
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon Oct 21 23:10:53 2013 +0200 (2013-10-21) |
parents | 612ec59c00f3 |
children | 1019443a6c35 |
files | connman-dev/receipt connman/receipt |
line diff
1.1 --- a/connman-dev/receipt Mon Oct 21 23:03:38 2013 +0200 1.2 +++ b/connman-dev/receipt Mon Oct 21 23:10:53 2013 +0200 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 }
2.1 --- a/connman/receipt Mon Oct 21 23:03:38 2013 +0200 2.2 +++ b/connman/receipt Mon Oct 21 23:10:53 2013 +0200 2.3 @@ -5,12 +5,14 @@ 2.4 CATEGORY="network" 2.5 SHORT_DESC="Daemon for managing internet connections" 2.6 MAINTAINER="slaxemulator@gmail.com" 2.7 +LICENSE="GPL2" 2.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.9 WEB_SITE="http://connman.net/" 2.10 WGET_URL="http://linux-kernel.uio.no/pub/linux/network/$PACKAGE/$TARBALL" 2.11 2.12 -DEPENDS="glib dbus iptables gnutls libnl udev wpa_supplicant dbus-helper" 2.13 -BUILD_DEPENDS="glib-dev dbus-dev iptables-dev gnutls-dev libnl-dev 2.14 +DEPENDS="glib dbus iptables gnutls libnl libgcrypt udev wpa_supplicant 2.15 +dbus-helper" 2.16 +BUILD_DEPENDS="glib-dev dbus-dev iptables-dev iptables gnutls-dev libnl-dev 2.17 openconnect udev-dev wpa_supplicant readline-dev ncursesw-dev openvpn 2.18 bluez-dev ppp-dev" 2.19 SUGGESTED="xl2tpd pptpclient"