wok-next annotate econnman/receipt @ rev 21695

updated gob2 (2.0.17 -> 2.0.20)
author Hans-G?nter Theisgen
date Tue Jun 30 15:37:32 2020 +0100 (2020-06-30)
parents 4682873d09ff
children
rev   line source
al@20638 1 # SliTaz package receipt v2.
domcox@14435 2
domcox@14435 3 PACKAGE="econnman"
al@20638 4 VERSION="1.1"
domcox@14435 5 CATEGORY="base-system"
al@20638 6 SHORT_DESC="ConnMan user interface for Enlightenment"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14997 8 LICENSE="LGPL3"
al@20638 9 WEB_SITE="https://www.enlightenment.org/"
domcox@14435 10
al@20638 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20638 12 WGET_URL="https://download.enlightenment.org/rel/apps/econnman/$TARBALL"
domcox@14435 13
al@20638 14 BUILD_DEPENDS="automake efl-dev curl-dev"
al@20638 15
al@20638 16 COOKOPTS="skip-log-errors"
al@20638 17
al@20638 18 compile_rules(){
al@20638 19 ./autogen.sh \
al@20638 20 $CONFIGURE_ARGS &&
al@20638 21 make &&
al@20638 22 make install
domcox@14435 23 }
domcox@14435 24
al@20638 25 genpkg_rules(){
al@20638 26 copy @std
al@20638 27 TAGS="e enlightenment network"
domcox@14435 28 }