# HG changeset patch # User Hans-G?nter Theisgen # Date 1579269063 -3600 # Node ID a3e9cbedd44fd2dc53900374171655384df8ade1 # Parent 6111525aeaefaa9983df06c975748688149c8eeb updated econnman (1.0.0 -> 1.1) diff -r 6111525aeaef -r a3e9cbedd44f econnman/receipt --- a/econnman/receipt Fri Jan 17 14:46:11 2020 +0100 +++ b/econnman/receipt Fri Jan 17 14:51:03 2020 +0100 @@ -1,30 +1,31 @@ # SliTaz package receipt. PACKAGE="econnman" -VERSION="1.0.0" +VERSION="1.1" CATEGORY="base-system" +TAGS="e enlightenment network" SHORT_DESC="ConnMan user interface for Enlightenment." MAINTAINER="domcox@slitaz.org" LICENSE="LGPL3" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://www.enlightenment.org/" -WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git" -TAGS="e enlightenment network" -DEPENDS="connman python-elementary python-edbus python-ecore python-edje" -BUILD_DEPENDS="python-elementary-dev python-edbus-dev -git autoconf automake libtool" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://download.enlightenment.org/rel/apps/$PACKAGE/$TARBALL" + +DEPENDS="connman python-ecore python-edbus python-edje python-elementary" +BUILD_DEPENDS="autoconf automake libtool python-edbus-dev python-elementary-dev" # Rules to configure and make the package. compile_rules() { ./autogen.sh && ./configure --prefix=/usr && - make && make DESTDIR="$install" install + make && + make DESTDIR="$install" install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }