wok view econnman/receipt @ rev 14435

Add: econnman
author Dominique Corbex <domcox@slitaz.org>
date Wed Apr 24 22:04:42 2013 +0200 (2013-04-24)
parents
children d17fa9057aa4
line source
1 # SliTaz package receipt.
3 PACKAGE="econnman"
4 VERSION="1.7.0"
5 CATEGORY="base-system"
6 SHORT_DESC="EFL user interface for ConnMan."
7 MAINTAINER="domcox@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
11 TAGS="e enlightenment network"
13 DEPENDS="connman python-elementary python-edbus python-ecore"
14 BUILD_DEPENDS="python-elementary-dev python-edbus-dev
15 git autoconf automake libtool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # sed -i 's:/usr/bin/python:/usr/bin/python2:g' econnman-bin.in
21 # PYTHON=/usr/bin/python2 \
22 ./autogen.sh &&
23 ./configure --prefix=/usr &&
24 make && make DESTDIR="$install" install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }