wok diff ecore/receipt @ rev 10595

samba: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 12:47:25 2011 +0200 (2011-05-26)
parents 098a8333fec3
children 214dca097a22
line diff
     1.1 --- a/ecore/receipt	Sat May 21 22:04:32 2011 +0000
     1.2 +++ b/ecore/receipt	Thu May 26 12:47:25 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ecore"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,17 +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="evas xorg-libX11 libcurl glib xorg-libXcomposite xorg-libXcursor \
    1.17 -xorg-libXdamage xorg-libXtst xorg-libXinerama xorg-libXrandr xorg-libXp \
    1.18 -xorg-libXss"
    1.19 -BUILD_DEPENDS="curl-dev eina-dev evas-dev"
    1.20 +DEPENDS="eina eet evas xorg-libX11 libcurl libcroco librsvg fribidi gnutls"
    1.21 +BUILD_DEPENDS="eina-dev evas-dev eet-dev xorg-libX11-dev curl-dev librsvg-dev \
    1.22 +gnutls-dev libcroco-dev fribidi-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28 -	./configure $CONFIGURE_ARGS && 
    1.29 -	make && make install
    1.30 +	./configure $CONFIGURE_ARGS && make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.