wok-next view econnman/receipt @ rev 20638

Update Enlightenment stack
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 28 17:31:01 2018 +0300 (2018-04-28)
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 }