wok-6.x annotate econnman/receipt @ rev 14696
econnman: Up to 1.0.0-3
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Jun 06 22:09:36 2013 +0200 (2013-06-06) |
parents | d17fa9057aa4 |
children | d29942dcd98a |
rev | line source |
---|---|
domcox@14435 | 1 # SliTaz package receipt. |
domcox@14435 | 2 |
domcox@14435 | 3 PACKAGE="econnman" |
domcox@14696 | 4 VERSION="1.0.0-3" |
domcox@14435 | 5 CATEGORY="base-system" |
domcox@14696 | 6 SHORT_DESC="ConnMan user interface for Enlightenment." |
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@14696 | 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" |
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 } |