wok view econnman/receipt @ rev 22179

linld: spare up to 30k more for zImage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 13:26:32 2019 +0100 (2019-11-09)
parents 7d6089953592
children a3e9cbedd44f
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="https://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 }