wok-next annotate econnman/receipt @ rev 20730

glib: up (2.56.1) with static libs and Python2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 15:17:41 2018 +0300 (2018-05-29)
parents 7d6089953592
children d5aab818505e
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"
domcox@14435 7 MAINTAINER="domcox@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 DEPENDS=""
al@20638 28 TAGS="e enlightenment network"
domcox@14435 29 }