wok-current diff efreet/receipt @ rev 10621

enlightenment and libs: huge clean to bdeps and make it build
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 21:09:04 2011 +0200 (2011-05-26)
parents 998d80005942
children cf214eecc1b5
line diff
     1.1 --- a/efreet/receipt	Wed May 25 15:57:19 2011 +0200
     1.2 +++ b/efreet/receipt	Thu May 26 21:09:04 2011 +0200
     1.3 @@ -9,16 +9,13 @@
     1.4  WEB_SITE="http://www.enlightenment.org/"
     1.5  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
     1.6  
     1.7 -DEPENDS="eina eet ecore libgnutls libcurl libgnutls fribidi librsvg"
     1.8 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev fribidi-dev librsvg-dev \
     1.9 -gnutls-dev libcroco-dev curl-dev"
    1.10 +DEPENDS="eina eet ecore"
    1.11 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure $CONFIGURE_ARGS && 
    1.18 -	make && make install
    1.19 +	./configure $CONFIGURE_ARGS && make && make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 @@ -30,4 +27,3 @@
    1.24  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25  	cp -a $_pkg/usr/lib/efreet $fs/usr/lib
    1.26  }
    1.27 -