wok rev 10320

enlightenment: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 00:05:58 2011 +0000 (2011-05-22)
parents 5c7bde556b6a
children b61e623d389c
files enlightenment/receipt
line diff
     1.1 --- a/enlightenment/receipt	Sat May 21 23:58:33 2011 +0000
     1.2 +++ b/enlightenment/receipt	Sun May 22 00:05:58 2011 +0000
     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.