wok diff edje/receipt @ rev 10502

edje: up to fix e17 build (1.0.1)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 14:17:58 2011 +0200 (2011-05-25)
parents d28b33b7d795
children fe57bf03de94
line diff
     1.1 --- a/edje/receipt	Sat May 21 23:52:04 2011 +0000
     1.2 +++ b/edje/receipt	Wed May 25 14:17:58 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="edje"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="E17 libs."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,16 +9,14 @@
    1.13  WEB_SITE="http://www.enlightenment.org/"
    1.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.15  
    1.16 -DEPENDS="eina eet evas embryo ecore lua"
    1.17 -BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev"
    1.18 +DEPENDS="eina eet evas embryo ecore lua libcroco libgnutls librsvg fribidi libcurl"
    1.19 +BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev libcroco-dev \
    1.20 +gnutls-dev librsvg-dev fribidi-dev curl-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure --enable-amalgamation \
    1.27 -		$CONFIGURE_ARGS && \
    1.28 -	make && make install
    1.29 +	./configure $CONFIGURE_ARGS && make && make install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.