wok-current rev 14435
Add: econnman
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed Apr 24 22:04:42 2013 +0200 (2013-04-24) |
parents | 5ca36fe3561c |
children | 3a068fe93ee8 |
files | econnman/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/econnman/receipt Wed Apr 24 22:04:42 2013 +0200 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="econnman" 1.7 +VERSION="1.7.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="EFL user interface for ConnMan." 1.10 +MAINTAINER="domcox@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 +WEB_SITE="http://www.enlightenment.org/" 1.13 +WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git" 1.14 +TAGS="e enlightenment network" 1.15 + 1.16 +DEPENDS="connman python-elementary python-edbus python-ecore" 1.17 +BUILD_DEPENDS="python-elementary-dev python-edbus-dev 1.18 +git autoconf automake libtool" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 +# sed -i 's:/usr/bin/python:/usr/bin/python2:g' econnman-bin.in 1.24 +# PYTHON=/usr/bin/python2 \ 1.25 + ./autogen.sh && 1.26 + ./configure --prefix=/usr && 1.27 + make && make DESTDIR="$install" install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + cp -a $install/* $fs 1.34 +}