wok diff edje/receipt @ rev 14875

Up: python-django (1.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:28:00 2013 -0300 (2013-07-23)
parents 692e6782eee2
children 4ac7b1cfa6d0
line diff
     1.1 --- a/edje/receipt	Tue Apr 23 18:27:27 2013 +0200
     1.2 +++ b/edje/receipt	Tue Jul 23 19:28:00 2013 -0300
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edje"
     1.7 -VERSION="1.7.6"
     1.8 +VERSION="1.7.7"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="E17 libs."
    1.11 +SHORT_DESC="EFL Abstract GUI layout and animation object library."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.enlightenment.org/"
    1.15  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.16  TAGS="e enlightenment efl"
    1.17  
    1.18 -DEPENDS="embryo ecore lua5.1"
    1.19 -BUILD_DEPENDS="embryo-dev ecore-dev lua5.1-dev"
    1.20 +DEPENDS="embryo ecore lua"
    1.21 +BUILD_DEPENDS="embryo-dev ecore-dev lua-dev"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -19,10 +19,9 @@
    1.26  	CFLAGS="$CFLAGS -fvisibility=hidden"
    1.27  	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    1.28  	export LDFLAGS
    1.29 -	./configure \
    1.30 -		--disable-doc \
    1.31 -		$CONFIGURE_ARGS &&
    1.32 -	make && make install
    1.33 +
    1.34 +	./configure --disable-doc $CONFIGURE_ARGS &&
    1.35 +	make $MAKEFILE && make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.