wok-stable rev 10502
edje: up to fix e17 build (1.0.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 14:17:58 2011 +0200 (2011-05-25) |
parents | d1a7ec60f7ed |
children | 5e03237aff80 |
files | edje-dev/receipt edje/receipt |
line diff
1.1 --- a/edje-dev/receipt Wed May 25 14:07:19 2011 +0200 1.2 +++ b/edje-dev/receipt Wed May 25 14:17:58 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="edje-dev" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="E17 Edje devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/edje/receipt Wed May 25 14:07:19 2011 +0200 2.2 +++ b/edje/receipt Wed May 25 14:17:58 2011 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="edje" 2.7 -VERSION="1.0.0" 2.8 +VERSION="1.0.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="E17 libs." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -9,16 +9,14 @@ 2.13 WEB_SITE="http://www.enlightenment.org/" 2.14 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 2.15 2.16 -DEPENDS="eina eet evas embryo ecore lua" 2.17 -BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev" 2.18 +DEPENDS="eina eet evas embryo ecore lua libcroco libgnutls librsvg fribidi libcurl" 2.19 +BUILD_DEPENDS="eina-dev eet-dev evas-dev embryo-dev ecore-dev lua-dev libcroco-dev \ 2.20 +gnutls-dev librsvg-dev fribidi-dev curl-dev" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 - cd $src 2.26 - ./configure --enable-amalgamation \ 2.27 - $CONFIGURE_ARGS && \ 2.28 - make && make install 2.29 + ./configure $CONFIGURE_ARGS && make && make install 2.30 } 2.31 2.32 # Rules to gen a SliTaz package suitable for Tazpkg.