wok-next diff econnman/receipt @ rev 20833

prosody: what I see missing when I start the old prosody 0.9.4
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Jun 17 19:03:23 2018 +0000 (2018-06-17)
parents 7d6089953592
children d5aab818505e
line diff
     1.1 --- a/econnman/receipt	Sat Aug 10 11:33:11 2013 +0000
     1.2 +++ b/econnman/receipt	Sun Jun 17 19:03:23 2018 +0000
     1.3 @@ -1,30 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="econnman"
     1.8 -VERSION="1.0.0"
     1.9 +VERSION="1.1"
    1.10  CATEGORY="base-system"
    1.11 -SHORT_DESC="ConnMan user interface for Enlightenment."
    1.12 +SHORT_DESC="ConnMan user interface for Enlightenment"
    1.13  MAINTAINER="domcox@slitaz.org"
    1.14  LICENSE="LGPL3"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://www.enlightenment.org/"
    1.17 -WGET_URL="git|git://git.enlightenment.org/apps/$PACKAGE.git"
    1.18 -TAGS="e enlightenment network"
    1.19 +WEB_SITE="https://www.enlightenment.org/"
    1.20  
    1.21 -DEPENDS="connman python-elementary python-edbus python-ecore python-edje"
    1.22 -BUILD_DEPENDS="python-elementary-dev python-edbus-dev
    1.23 -git autoconf automake libtool"
    1.24 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.25 +WGET_URL="https://download.enlightenment.org/rel/apps/econnman/$TARBALL"
    1.26  
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 -	./autogen.sh &&
    1.31 -	./configure --prefix=/usr &&
    1.32 -	make && make DESTDIR="$install" install
    1.33 +BUILD_DEPENDS="automake efl-dev curl-dev"
    1.34 +
    1.35 +COOKOPTS="skip-log-errors"
    1.36 +
    1.37 +compile_rules(){
    1.38 +	./autogen.sh \
    1.39 +		$CONFIGURE_ARGS &&
    1.40 +	make &&
    1.41 +	make install
    1.42  }
    1.43  
    1.44 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.45 -genpkg_rules()
    1.46 -{
    1.47 -	cp -a $install/* $fs
    1.48 +genpkg_rules(){
    1.49 +	copy @std
    1.50 +	DEPENDS=""
    1.51 +	TAGS="e enlightenment network"
    1.52  }