wok annotate econnman/receipt @ rev 14957

Up: enlightenment-backgrounds (0.17.4)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:20:58 2013 +0200 (2013-08-08)
parents 39e9bde67c1f
children ceb900d4591f
rev   line source
domcox@14435 1 # SliTaz package receipt.
domcox@14435 2
domcox@14435 3 PACKAGE="econnman"
pascal@14710 4 VERSION="1.7.0"
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@14709 10 WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
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 }