wok view econnman/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 9c5c569c6146
children df39aad7cc4c
line source
1 # SliTaz package receipt.
3 PACKAGE="econnman"
4 VERSION="1.7.0"
5 CATEGORY="base-system"
6 SHORT_DESC="EFL user interface for ConnMan."
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 }