wok view elementary/receipt @ rev 14314

Add: terminology (0.3.0)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:28:42 2013 +0200 (2013-04-07)
parents 6a4c8acbecc6
children 0941341ce316
line source
1 # SliTaz package receipt.
3 PACKAGE="elementary"
4 VERSION="1.7.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Widget set based on EFL for mobile touch-screen devices."
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 }