wok rev 14290
Up: evas (1.7.5)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Apr 07 10:02:17 2013 +0200 (2013-04-07) |
parents | 8ae6d4f5b614 |
children | 93bbbe1dcb12 |
files | evas/receipt |
line diff
1.1 --- a/evas/receipt Sun Apr 07 10:00:43 2013 +0200 1.2 +++ b/evas/receipt Sun Apr 07 10:02:17 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="evas" 1.7 -VERSION="1.7.1" 1.8 +VERSION="1.7.5" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,13 +9,22 @@ 1.13 WEB_SITE="http://www.enlightenment.org/" 1.14 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.15 1.16 -DEPENDS="eina eet" 1.17 -BUILD_DEPENDS="eina-dev eet-dev libpng-dev jpeg-dev expat-dev" 1.18 +DEPENDS="eina eet libxml2" 1.19 +BUILD_DEPENDS="eina-dev eet-dev libpng-dev jpeg-dev expat-dev libxml2-dev \ 1.20 +freetype-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - ./configure $CONFIGURE_ARGS && make && make install 1.26 + CFLAGS="$CFLAGS -fvisibility=hidden" 1.27 + LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.28 + export LDFLAGS 1.29 + ./configure \ 1.30 + --disable-doc \ 1.31 + --disable-install-examples \ 1.32 + --enable-cpu-c \ 1.33 + $CONFIGURE_ARGS && 1.34 + make && make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg.