wok diff efreet/receipt @ rev 19061

Add: Transcends Games. A font with retro-futuristic style.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Apr 20 23:17:41 2016 -0300 (2016-04-20)
parents 41bdf18de560
children 86790a278e70
line diff
     1.1 --- a/efreet/receipt	Tue Nov 05 20:57:54 2013 +0100
     1.2 +++ b/efreet/receipt	Wed Apr 20 23:17:41 2016 -0300
     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  }