wok-next view econnman/receipt @ rev 20784

update also: gpgme, libgpg-error and gpa
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 06:52:39 2018 +0000 (2018-06-09)
parents 7d6089953592
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="econnman"
4 VERSION="1.1"
5 CATEGORY="base-system"
6 SHORT_DESC="ConnMan user interface for Enlightenment"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="LGPL3"
9 WEB_SITE="https://www.enlightenment.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://download.enlightenment.org/rel/apps/econnman/$TARBALL"
14 BUILD_DEPENDS="automake efl-dev curl-dev"
16 COOKOPTS="skip-log-errors"
18 compile_rules(){
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules(){
26 copy @std
27 DEPENDS=""
28 TAGS="e enlightenment network"
29 }