# HG changeset patch # User Dominique Corbex # Date 1370549282 -7200 # Node ID 83348a2c5b1f3f81e7dab8e60c9916787688aaaa # Parent 5902347330190a73013ab2ed79c28cf961ffc788 ecore: Up to 1.7.7 diff -r 590234733019 -r 83348a2c5b1f ecore/receipt --- a/ecore/receipt Thu Jun 06 13:10:41 2013 +0200 +++ b/ecore/receipt Thu Jun 06 22:08:02 2013 +0200 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="ecore" -VERSION="1.7.6" +VERSION="1.7.7" CATEGORY="base-system" -SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer" +SHORT_DESC="EFL core event and OS abstraction layer" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" @@ -11,7 +11,7 @@ TAGS="e enlightenment efl" DEPENDS="evas libcurl" -BUILD_DEPENDS="evas-dev curl-dev expat-dev" +BUILD_DEPENDS="evas-dev curl-dev" # Rules to configure and make the package. compile_rules() @@ -19,12 +19,9 @@ CFLAGS="$CFLAGS -fvisibility=hidden" LDFLAGS="$LDFLAGS -fvisibility=hidden" export LDFLAGS - ./configure \ - -disable-doc \ - --with-internal-maximum-log-level=2 \ - --disable-ecore-evas-wayland-shm \ - $CONFIGURE_ARGS && - make && make install + + ./configure -disable-doc $CONFIGURE_ARGS && + make $MAKEFLAGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg.