wok view econnman/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents 86790a278e70
children b78e79c31b1f
line source
1 # SliTaz package receipt.
3 PACKAGE="econnman"
4 VERSION="1.1"
5 CATEGORY="base-system"
6 TAGS="e enlightenment network"
7 SHORT_DESC="ConnMan user interface for Enlightenment."
8 MAINTAINER="domcox@slitaz.org"
9 LICENSE="LGPL3"
10 WEB_SITE="https://www.enlightenment.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL"
15 DEPENDS="connman python-ecore python-edbus python-edje python-elementary"
16 BUILD_DEPENDS="autoconf automake libtool python-edbus-dev python-elementary-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./autogen.sh &&
22 ./configure --prefix=/usr &&
23 make &&
24 make DESTDIR="$install" install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }