wok view econnman/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 39e9bde67c1f
children ceb900d4591f
line source
1 # SliTaz package receipt.
3 PACKAGE="econnman"
4 VERSION="1.7.0"
5 CATEGORY="base-system"
6 SHORT_DESC="ConnMan user interface for Enlightenment."
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 python-edje"
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 ./autogen.sh &&
21 ./configure --prefix=/usr &&
22 make && make DESTDIR="$install" install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }