wok diff enlightenment/receipt @ rev 10495

evince: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:34:39 2011 +0200 (2011-05-25)
parents 85cd798d6997
children 7c1336407e9f
line diff
     1.1 --- a/enlightenment/receipt	Sat Feb 12 02:21:51 2011 +0100
     1.2 +++ b/enlightenment/receipt	Wed May 25 13:34:39 2011 +0200
     1.3 @@ -5,19 +5,23 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Enlightenment window manager (E17)."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="alsa-lib edbus edje efreet"
     1.8 -BUILD_DEPENDS=""
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.enlightenment.org/"
    1.11  WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
    1.12  TAGS="wm window-manager"
    1.13  
    1.14 +DEPENDS="alsa-lib edbus edje efreet"
    1.15 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \
    1.16 +efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \
    1.17 +xorg-libXp-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23  
    1.24 -	./configure && make && make install
    1.25 +	./configure $CONFIGURE_ARGS && 
    1.26 +	make && make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.