# HG changeset patch # User Dominique Corbex # Date 1366833882 -7200 # Node ID 9c5c569c61464e8869704c48c8282d4cc7581cf9 # Parent 5ca36fe3561c82f7bdac9a953c55cac80e62af8a Add: econnman diff -r 5ca36fe3561c -r 9c5c569c6146 econnman/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/econnman/receipt Wed Apr 24 22:04:42 2013 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="econnman" +VERSION="1.7.0" +CATEGORY="base-system" +SHORT_DESC="EFL user interface for ConnMan." +MAINTAINER="domcox@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.enlightenment.org/" +WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git" +TAGS="e enlightenment network" + +DEPENDS="connman python-elementary python-edbus python-ecore" +BUILD_DEPENDS="python-elementary-dev python-edbus-dev +git autoconf automake libtool" + +# Rules to configure and make the package. +compile_rules() +{ +# sed -i 's:/usr/bin/python:/usr/bin/python2:g' econnman-bin.in +# PYTHON=/usr/bin/python2 \ + ./autogen.sh && + ./configure --prefix=/usr && + make && make DESTDIR="$install" install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}