wok rev 14663

ecore: Up to 1.7.7
author Dominique Corbex <domcox@slitaz.org>
date Thu Jun 06 22:08:02 2013 +0200 (2013-06-06)
parents 590234733019
children 89168e620bb4
files ecore/receipt
line diff
     1.1 --- a/ecore/receipt	Thu Jun 06 13:10:41 2013 +0200
     1.2 +++ b/ecore/receipt	Thu Jun 06 22:08:02 2013 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore"
     1.7 -VERSION="1.7.6"
     1.8 +VERSION="1.7.7"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer"
    1.11 +SHORT_DESC="EFL core event and OS abstraction layer"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.enlightenment.org/"
    1.15 @@ -11,7 +11,7 @@
    1.16  TAGS="e enlightenment efl"
    1.17  
    1.18  DEPENDS="evas libcurl"
    1.19 -BUILD_DEPENDS="evas-dev curl-dev expat-dev"
    1.20 +BUILD_DEPENDS="evas-dev curl-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -19,12 +19,9 @@
    1.25  	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.26  	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.27  	export LDFLAGS
    1.28 -	./configure \
    1.29 -		-disable-doc \
    1.30 -		--with-internal-maximum-log-level=2 \
    1.31 -		--disable-ecore-evas-wayland-shm \
    1.32 -		$CONFIGURE_ARGS &&
    1.33 -	make && make install
    1.34 +
    1.35 +	./configure -disable-doc $CONFIGURE_ARGS &&
    1.36 +	make $MAKEFLAGS && make install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.