wok-6.x diff econnman/receipt @ rev 23893
Fix jabberd2 & ntl
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 25 17:44:56 2020 +0000 (2020-07-25) |
parents | 86790a278e70 |
children | b78e79c31b1f |
line diff
1.1 --- a/econnman/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/econnman/receipt Sat Jul 25 17:44:56 2020 +0000 1.3 @@ -1,30 +1,31 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="econnman" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.1" 1.9 CATEGORY="base-system" 1.10 +TAGS="e enlightenment network" 1.11 SHORT_DESC="ConnMan user interface for Enlightenment." 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="LGPL3" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="https://www.enlightenment.org/" 1.16 -WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git" 1.17 -TAGS="e enlightenment network" 1.18 1.19 -DEPENDS="connman python-elementary python-edbus python-ecore python-edje" 1.20 -BUILD_DEPENDS="python-elementary-dev python-edbus-dev 1.21 -git autoconf automake libtool" 1.22 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.23 +WGET_URL="https://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL" 1.24 + 1.25 +DEPENDS="connman python-ecore python-edbus python-edje python-elementary" 1.26 +BUILD_DEPENDS="autoconf automake libtool python-edbus-dev python-elementary-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 ./autogen.sh && 1.32 ./configure --prefix=/usr && 1.33 - make && make DESTDIR="$install" install 1.34 + make && 1.35 + make DESTDIR="$install" install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - cp -a $install/* $fs 1.42 + cp -a $install/* $fs 1.43 }