wok annotate econnman/receipt @ rev 14446

econnman: fix deps
author Dominique Corbex <domcox@slitaz.org>
date Fri Apr 26 22:38:38 2013 +0200 (2013-04-26)
parents 9c5c569c6146
children df39aad7cc4c
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@14446 13 DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
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 ./autogen.sh &&
domcox@14435 21 ./configure --prefix=/usr &&
domcox@14435 22 make && make DESTDIR="$install" install
domcox@14435 23 }
domcox@14435 24
domcox@14435 25 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14435 26 genpkg_rules()
domcox@14435 27 {
domcox@14435 28 cp -a $install/* $fs
domcox@14435 29 }