wok rev 10499

ecore: up to fix e17 build (1.0.1)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 14:01:24 2011 +0200 (2011-05-25)
parents e0492d357e6e
children 6874827768de
files ecore-dev/receipt ecore/receipt
line diff
     1.1 --- a/ecore-dev/receipt	Wed May 25 14:00:08 2011 +0200
     1.2 +++ b/ecore-dev/receipt	Wed May 25 14:01:24 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore-dev"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="E17 core devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/ecore/receipt	Wed May 25 14:00:08 2011 +0200
     2.2 +++ b/ecore/receipt	Wed May 25 14:01:24 2011 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ecore"
     2.7 -VERSION="1.0.0"
     2.8 +VERSION="1.0.1"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer"
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,17 +9,14 @@
    2.13  WEB_SITE="http://www.enlightenment.org/"
    2.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    2.15  
    2.16 -DEPENDS="evas xorg-libX11 libcurl glib xorg-libXcomposite xorg-libXcursor \
    2.17 -xorg-libXdamage xorg-libXtst xorg-libXinerama xorg-libXrandr xorg-libXp \
    2.18 -xorg-libXss"
    2.19 -BUILD_DEPENDS="curl-dev eina-dev evas-dev"
    2.20 +DEPENDS="eina eet evas xorg-libX11 libcurl libcroco librsvg fribidi gnutls"
    2.21 +BUILD_DEPENDS="eina-dev evas-dev eet-dev xorg-libX11-dev curl-dev librsvg-dev \
    2.22 +gnutls-dev libcroco-dev fribidi-dev"
    2.23  
    2.24  # Rules to configure and make the package.
    2.25  compile_rules()
    2.26  {
    2.27 -	cd $src
    2.28 -	./configure $CONFIGURE_ARGS && 
    2.29 -	make && make install
    2.30 +	./configure $CONFIGURE_ARGS && make && make install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.