wok rev 14446

econnman: fix deps
author Dominique Corbex <domcox@slitaz.org>
date Fri Apr 26 22:38:38 2013 +0200 (2013-04-26)
parents 42dd7a1d7f36
children 1e7acdb2bfc3
files econnman/receipt
line diff
     1.1 --- a/econnman/receipt	Fri Apr 26 17:13:04 2013 +0200
     1.2 +++ b/econnman/receipt	Fri Apr 26 22:38:38 2013 +0200
     1.3 @@ -10,15 +10,13 @@
     1.4  WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
     1.5  TAGS="e enlightenment network"
     1.6  
     1.7 -DEPENDS="connman python-elementary python-edbus python-ecore"
     1.8 +DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
     1.9  BUILD_DEPENDS="python-elementary-dev python-edbus-dev
    1.10  git autoconf automake libtool"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -#	sed -i 's:/usr/bin/python:/usr/bin/python2:g' econnman-bin.in
    1.16 -#	PYTHON=/usr/bin/python2 \
    1.17  	./autogen.sh &&
    1.18  	./configure --prefix=/usr &&
    1.19  	make && make DESTDIR="$install" install