wok view elementary/receipt @ rev 13741

mutt: fix build
author Paul Issott <paul@slitaz.org>
date Wed Dec 26 20:36:58 2012 +0000 (2012-12-26)
parents a2da6b338b8c
children 71e4984d3c53
line source
1 # SliTaz package receipt.
3 PACKAGE="elementary"
4 VERSION="1.7.1"
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"
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 ethumb-dev \
17 embryo-dev lua5.1-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 export LDFLAGS="-Wl,--copy-dt-needed-entries -lm"
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share $fs/usr
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 cp -a $install/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.so \
34 $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
35 cp -a $install/usr/lib/elementary $fs/usr/lib
36 rm -f $fs/usr/lib/elementary/modules/*/*/*.la
37 # Package: libelementary
38 rm -f $fs/usr/lib/libelementary.so.*
39 }