wok view econnman/receipt @ rev 23339

updated perl-gssapi (0.26 -> 0.28)
author Hans-G?nter Theisgen
date Tue Mar 31 07:47:46 2020 +0100 (2020-03-31)
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 }