wok rev 10529

enlightenment: add bdeps, hope it build
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 16:49:02 2011 +0200 (2011-05-25)
parents 3f83b2e3a699
children 38221d75846c
files enlightenment/receipt
line diff
     1.1 --- a/enlightenment/receipt	Wed May 25 16:31:39 2011 +0200
     1.2 +++ b/enlightenment/receipt	Wed May 25 16:49:02 2011 +0200
     1.3 @@ -10,18 +10,15 @@
     1.4  WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
     1.5  TAGS="wm window-manager"
     1.6  
     1.7 -DEPENDS="alsa-lib edbus edje efreet"
     1.8 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev efreet-dev \
     1.9 -efreet edbus-dev edbus curl-dev libcrypto-dev openssl-dev fribidi-dev \
    1.10 -xorg-libXp-dev"
    1.11 +DEPENDS="alsa-lib eina eet evas dbus edbus edje efreet libcurl hal giflib libgnutls"
    1.12 +BUILD_DEPENDS="alsa-lib-dev eina-dev eet-dev evas-dev ecore-dev embryo-dev \
    1.13 +edje-dev efreet-dev edbus-dev dbus-dev curl-dev openssl-dev xorg-libXp-dev \
    1.14 +librsvg-dev gnutls-dev libcroco-dev fribidi-dev hal-dev giflib-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20 -
    1.21 -	./configure $CONFIGURE_ARGS && 
    1.22 -	make && make install
    1.23 +	./configure $CONFIGURE_ARGS && make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 @@ -29,7 +26,7 @@
    1.28  {
    1.29  	mkdir -p $fs/usr/share
    1.30  	# Use a modified sysactions.conf
    1.31 -	cp -a stuff/etc $fs
    1.32 +	cp -a $stuff/etc $fs
    1.33  
    1.34  	cp -a $_pkg/usr/bin $fs/usr
    1.35  	cp -a $_pkg/usr/lib $fs/usr