# HG changeset patch # User Dominique Corbex # Date 1369330554 -7200 # Node ID fdd740b3c8abacc26c0abd5cb21991aaebd1e4f3 # Parent 28a39a3fe9b47db6edf8651c3260a3bf967c05f4 eina: Up to 1.7.7 diff -r 28a39a3fe9b4 -r fdd740b3c8ab eina/receipt --- a/eina/receipt Thu May 23 10:10:45 2013 +0200 +++ b/eina/receipt Thu May 23 19:35:54 2013 +0200 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="eina" -VERSION="1.7.6" +VERSION="1.7.7" CATEGORY="base-system" -SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." +SHORT_DESC="Core data structure library for Enlightenment." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" @@ -19,13 +19,9 @@ CFLAGS="$CFLAGS -fvisibility=hidden" LDFLAGS="$LDFLAGS -fvisibility=hidden" export LDFLAGS - ./configure \ - --enable-magic-debug \ - --enable-safety-checks \ - --enable-amalgamation \ - --with-internal-maximum-log-level=2 \ - $CONFIGURE_ARGS && \ - make && make install + + ./configure --enable-amalgamation $CONFIGURE_ARGS && \ + make $MAKEFLAGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg.