wok-current diff evas/receipt @ rev 14716
lib[o-r]*: add LICENSE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 11 11:09:32 2013 +0200 (2013-06-11) |
parents | f346c6ccff15 |
children | 305504af766f |
line diff
1.1 --- a/evas/receipt Tue Apr 23 08:07:36 2013 +0200 1.2 +++ b/evas/receipt Tue Jun 11 11:09:32 2013 +0200 1.3 @@ -1,18 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="evas" 1.7 -VERSION="1.7.6" 1.8 +VERSION="1.7.7" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Enlightenment's hardware-accelerated retained canvas API" 1.11 +SHORT_DESC="EFL Canvas and scenegraph rendering library." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.enlightenment.org/" 1.15 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.16 TAGS="e enlightenment efl" 1.17 1.18 -DEPENDS="eet fontconfig freetype giflib libpng libxml2 tiff" 1.19 +DEPENDS="eet expat fontconfig freetype 1.20 +giflib libpng tiff libxml2 xorg xorg-libXss xorg-libXp" 1.21 BUILD_DEPENDS="eet-dev expat-dev fontconfig-dev freetype-dev fribidi-dev 1.22 -giflib-dev libpng-dev libxml2-dev tiff-dev" 1.23 +giflib-dev libpng-dev tiff-dev libxml2-dev 1.24 +xorg-dev xorg-libXss-dev xorg-libXp-dev" 1.25 +OPTIONAL_DEPENDS="mesa-dev libglu-mesa-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -20,14 +23,14 @@ 1.30 CFLAGS="$CFLAGS -fvisibility=hidden" 1.31 LDFLAGS="$LDFLAGS -fvisibility=hidden" 1.32 export LDFLAGS 1.33 + 1.34 ./configure \ 1.35 + --libexecdir=/usr/lib/$PACKAGE \ 1.36 + --enable-cpu-c \ 1.37 --disable-doc \ 1.38 --disable-install-examples \ 1.39 - --enable-cpu-c \ 1.40 - --disable-wayland-shm \ 1.41 - --disable-fb \ 1.42 $CONFIGURE_ARGS && 1.43 - make && make install 1.44 + make $MAKEFLAGS && make install 1.45 } 1.46 1.47 # Rules to gen a SliTaz package suitable for Tazpkg. 1.48 @@ -37,4 +40,5 @@ 1.49 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.50 cp -a $install/usr/lib/evas $fs/usr/lib 1.51 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a 1.52 + cp -a $install/usr/share $fs/usr 1.53 }