wok-6.x 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 | aabdfa2e16e0 |
children | b6d4a62f929a |
files | evas-dev/receipt evas/receipt |
line diff
1.1 --- a/evas-dev/receipt Wed May 25 13:58:00 2011 +0200 1.2 +++ b/evas-dev/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-dev" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="E17 Evas devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -18,4 +18,3 @@ 1.13 cp -a $_pkg/usr/lib/evas $fs/usr/lib 1.14 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.so 1.15 } 1.16 -
2.1 --- a/evas/receipt Wed May 25 13:58:00 2011 +0200 2.2 +++ b/evas/receipt Wed May 25 14:00:08 2011 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="evas" 2.7 -VERSION="1.0.0" 2.8 +VERSION="1.0.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -10,15 +10,14 @@ 2.13 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 2.14 2.15 DEPENDS="fontconfig freetype jpeg libpng tiff xorg-libXrender \ 2.16 -eet eina fribidi librsvg giflib" 2.17 -BUILD_DEPENDS="eet-dev eina-dev" 2.18 +eet eina fribidi librsvg giflib libgnutls libcroco" 2.19 +BUILD_DEPENDS="eet-dev eina-dev fribidi-dev librsvg-dev giflib-dev gnutls-dev \ 2.20 +libcroco-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 $CONFIGURE_ARGS && 2.27 - make && make install 2.28 + ./configure $CONFIGURE_ARGS && make && make install 2.29 } 2.30 2.31 # Rules to gen a SliTaz package suitable for Tazpkg. 2.32 @@ -29,4 +28,3 @@ 2.33 cp -a $_pkg/usr/lib/evas $fs/usr/lib 2.34 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a 2.35 } 2.36 -