wok view elementary/receipt @ rev 14407

edje-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 18:27:41 2013 +0200 (2013-04-23)
parents 71e4984d3c53
children 10c512457b33
line source
1 # SliTaz package receipt.
3 PACKAGE="elementary"
4 VERSION="1.7.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Widget toolkit and EFL wrapper."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
11 TAGS="e17"
13 DEPENDS="eina eet evas ecore edje efreet libelementary edbus eio emotion \
14 ethumb embryo libxml2"
15 BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev efreet-dev \
16 expat-dev jpeg-dev glib-dev libpng-dev edbus-dev eio-dev emotion-dev \
17 ethumb-dev embryo-dev lua5.1-dev libxml2-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 CFLAGS="$CFLAGS -fvisibility=hidden"
23 LDFLAGS="$LDFLAGS -fvisibility=hidden"
24 export LDFLAGS
25 ./configure \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/share $fs/usr
36 cp -a $install/usr/lib/*.so* $fs/usr/lib
37 cp -a $install/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.so \
38 $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
39 cp -a $install/usr/lib/elementary $fs/usr/lib
40 rm -f $fs/usr/lib/elementary/modules/*/*/*.la
41 # Package: libelementary
42 rm -f $fs/usr/lib/libelementary.so.*
43 }