wok view econnman/receipt @ rev 14720

libsdl-pango: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 13:34:28 2013 +0200 (2013-06-11)
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 }