wok annotate econnman/receipt @ rev 22691

updated emacs again (24.3 -> 26.3)
author Hans-G?nter Theisgen
date Mon Jan 20 17:26:23 2020 +0100 (2020-01-20)
parents 86790a278e70
children b78e79c31b1f
rev   line source
domcox@14435 1 # SliTaz package receipt.
domcox@14435 2
domcox@14435 3 PACKAGE="econnman"
Hans-G?nter@22673 4 VERSION="1.1"
domcox@14435 5 CATEGORY="base-system"
Hans-G?nter@22673 6 TAGS="e enlightenment network"
domcox@14696 7 SHORT_DESC="ConnMan user interface for Enlightenment."
domcox@14435 8 MAINTAINER="domcox@slitaz.org"
pascal@14997 9 LICENSE="LGPL3"
pascal@20421 10 WEB_SITE="https://www.enlightenment.org/"
domcox@14435 11
Hans-G?nter@22673 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@22673 13 WGET_URL="https://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL"
Hans-G?nter@22673 14
Hans-G?nter@22673 15 DEPENDS="connman python-ecore python-edbus python-edje python-elementary"
Hans-G?nter@22673 16 BUILD_DEPENDS="autoconf automake libtool python-edbus-dev python-elementary-dev"
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 &&
Hans-G?nter@22673 23 make &&
Hans-G?nter@22673 24 make DESTDIR="$install" install
domcox@14435 25 }
domcox@14435 26
domcox@14435 27 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14435 28 genpkg_rules()
domcox@14435 29 {
Hans-G?nter@22673 30 cp -a $install/* $fs
domcox@14435 31 }