wok-current diff efreet/receipt @ rev 17827
Up: slitaz-doc(4.4.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 22 22:32:11 2015 +0100 (2015-03-22) |
parents | 41bdf18de560 |
children | 86790a278e70 |
line diff
1.1 --- a/efreet/receipt Tue Nov 05 20:57:54 2013 +0100 1.2 +++ b/efreet/receipt Sun Mar 22 22:32:11 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="efreet" 1.7 -VERSION="1.7.9" 1.8 +VERSION="1.7.10" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="EFL library for handling of freedesktop.org specs." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,6 +10,7 @@ 1.13 WEB_SITE="http://www.enlightenment.org/" 1.14 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.15 TAGS="e enlightenment efl" 1.16 +HOST_ARCH="i486 arm" 1.17 1.18 DEPENDS="ecore" 1.19 BUILD_DEPENDS="ecore-dev" 1.20 @@ -17,10 +18,8 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - CFLAGS="$CFLAGS -fvisibility=hidden" 1.25 - LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.26 - export LDFLAGS 1.27 - 1.28 + export CFLAGS="$CFLAGS -fvisibility=hidden" 1.29 + export LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.30 ./configure --disable-doc $CONFIGURE_ARGS && 1.31 make $MAKEFLAGS && make install 1.32 }