wok-6.x view econnman/receipt @ rev 23654
Up openssh (8.2p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 21 06:14:03 2020 +0000 (2020-04-21) |
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 }