wok diff connman/receipt @ rev 15806

Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 01:35:01 2014 +0000 (2014-01-24)
parents e585bcc8453e
children c4fa6bacf711
line diff
     1.1 --- a/connman/receipt	Tue Dec 10 15:00:10 2013 +0000
     1.2 +++ b/connman/receipt	Fri Jan 24 01:35:01 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="connman"
     1.7 -VERSION="1.19"
     1.8 +VERSION="1.20"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Daemon for managing internet connections"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -31,7 +31,6 @@
    1.13  		--mandir=/usr/share/man \
    1.14  		--disable-gtk-doc \
    1.15  		--disable-neard \
    1.16 -		--enable-threads \
    1.17  		--enable-polkit \
    1.18  		--enable-openconnect \
    1.19  		--enable-vpnc \
    1.20 @@ -58,6 +57,8 @@
    1.21  	# vpn scripts
    1.22  	mkdir -p $fs/usr/lib/connman/scripts
    1.23  	cp -a $install/usr/lib/connman/scripts $fs/usr/lib/connman
    1.24 +	# share
    1.25 +	cp -a $install/usr/share $fs/usr
    1.26  	# init script
    1.27  	cp -a $stuff/etc $fs
    1.28  }