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