wok annotate econnman/receipt @ rev 20794

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 15 11:29:31 2019 +0100 (2019-02-15)
parents 7d6089953592
children a3e9cbedd44f
rev   line source
domcox@14435 1 # SliTaz package receipt.
domcox@14435 2
domcox@14435 3 PACKAGE="econnman"
domcox@14992 4 VERSION="1.0.0"
domcox@14435 5 CATEGORY="base-system"
domcox@14696 6 SHORT_DESC="ConnMan user interface for Enlightenment."
domcox@14435 7 MAINTAINER="domcox@slitaz.org"
pascal@14997 8 LICENSE="LGPL3"
domcox@14435 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20421 10 WEB_SITE="https://www.enlightenment.org/"
domcox@14709 11 WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
domcox@14435 12 TAGS="e enlightenment network"
domcox@14435 13
domcox@14446 14 DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
domcox@14435 15 BUILD_DEPENDS="python-elementary-dev python-edbus-dev
domcox@14435 16 git autoconf automake libtool"
domcox@14435 17
domcox@14435 18 # Rules to configure and make the package.
domcox@14435 19 compile_rules()
domcox@14435 20 {
domcox@14435 21 ./autogen.sh &&
domcox@14435 22 ./configure --prefix=/usr &&
domcox@14435 23 make && make DESTDIR="$install" install
domcox@14435 24 }
domcox@14435 25
domcox@14435 26 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14435 27 genpkg_rules()
domcox@14435 28 {
domcox@14435 29 cp -a $install/* $fs
domcox@14435 30 }