wok view emotion/receipt @ rev 8842

Up: tazwok 4.2.1
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Feb 25 00:21:51 2011 +0100 (2011-02-25)
parents bdee814cdcb4
children 2325c41c9264
line source
1 # SliTaz package receipt.
3 PACKAGE="emotion"
4 VERSION="55225"
5 CATEGORY="x-window"
6 SHORT_DESC="E17 emotion libs."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xine-lib xorg-libXp xorg-libXss fribidi edje xorg-libXdamage \
9 xorg-libXtst gnutls jpeg fontconfig glib eina libtasn1"
10 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev
11 xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion"
12 WEB_SITE="http://www.enlightenment.org/"
13 WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
14 BRANCH="$VERSION"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./autogen.sh \
21 --prefix=/usr \
22 --mandir=/usr/share/man \
23 --disable-gstreamer \
24 $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
33 cp -a $_pkg/usr/share $fs/usr
34 cp -a $_pkg/usr/bin $fs/usr
35 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
36 cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
37 cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
38 $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
39 }