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