wok-current diff evas/receipt @ rev 10498

evas: up to fix e17 build (1.0.1)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 14:00:08 2011 +0200 (2011-05-25)
parents 5900e436a0da
children 214dca097a22
line diff
     1.1 --- a/evas/receipt	Sun May 22 00:10:49 2011 +0000
     1.2 +++ b/evas/receipt	Wed May 25 14:00:08 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="evas"
     1.7 -VERSION="1.0.0"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,15 +10,14 @@
    1.13  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.14  
    1.15  DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \
    1.16 -eet eina fribidi librsvg giflib"
    1.17 -BUILD_DEPENDS="eet-dev eina-dev"
    1.18 +eet eina fribidi librsvg giflib libgnutls libcroco"
    1.19 +BUILD_DEPENDS="eet-dev eina-dev fribidi-dev librsvg-dev giflib-dev gnutls-dev \
    1.20 +libcroco-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure $CONFIGURE_ARGS && 
    1.27 -	make && make install
    1.28 +	./configure $CONFIGURE_ARGS && make && make install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -29,4 +28,3 @@
    1.33  	cp -a $_pkg/usr/lib/evas $fs/usr/lib
    1.34  	rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a
    1.35  }
    1.36 -