wok rev 14563
eina: Up to 1.7.7
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 23 19:35:54 2013 +0200 (2013-05-23) |
parents | 28a39a3fe9b4 |
children | aeeb60d7a60a |
files | eina/receipt |
line diff
1.1 --- a/eina/receipt Thu May 23 10:10:45 2013 +0200 1.2 +++ b/eina/receipt Thu May 23 19:35:54 2013 +0200 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="eina" 1.7 -VERSION="1.7.6" 1.8 +VERSION="1.7.7" 1.9 CATEGORY="base-system" 1.10 -SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." 1.11 +SHORT_DESC="Core data structure library for Enlightenment." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 @@ -19,13 +19,9 @@ 1.16 CFLAGS="$CFLAGS -fvisibility=hidden" 1.17 LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.18 export LDFLAGS 1.19 - ./configure \ 1.20 - --enable-magic-debug \ 1.21 - --enable-safety-checks \ 1.22 - --enable-amalgamation \ 1.23 - --with-internal-maximum-log-level=2 \ 1.24 - $CONFIGURE_ARGS && \ 1.25 - make && make install 1.26 + 1.27 + ./configure --enable-amalgamation $CONFIGURE_ARGS && \ 1.28 + make $MAKEFLAGS && make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.