wok-next view econnman/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 4682873d09ff
children
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="devel@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 TAGS="e enlightenment network"
28 }