wok view econnman/receipt @ rev 16395

UP: hostapd (2.1), fix libnl missing pkgconfig file and add to ARM with rfkill
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 03:02:41 2014 +0200 (2014-04-16)
parents d3e76f1e0aee
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="econnman"
4 VERSION="1.0.0"
5 CATEGORY="base-system"
6 SHORT_DESC="ConnMan user interface for Enlightenment."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.enlightenment.org/"
11 WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
12 TAGS="e enlightenment network"
14 DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
15 BUILD_DEPENDS="python-elementary-dev python-edbus-dev
16 git autoconf automake libtool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./autogen.sh &&
22 ./configure --prefix=/usr &&
23 make && make DESTDIR="$install" install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }