wok view emotion/receipt @ rev 13465

Up iw (3.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 08 10:50:30 2012 +0200 (2012-10-08)
parents 935956286d2c
children 89208eef69b6
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="svn|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
11 BRANCH="$VERSION"
13 DEPENDS="eina eet evas ecore edje xine-lib"
14 BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev xine-lib-dev \
15 subversion libtool jpeg-dev expat-dev libpng-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 sed -i 's|.*driver_class.get_.*|//&|' src/modules/xine/emotion_xine_vo_out.c
22 ./autogen.sh \
23 --prefix=/usr \
24 --mandir=/usr/share/man \
25 --disable-gstreamer \
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/emotion/linux-gnu-i486-1.0.0
34 cp -a $_pkg/usr/share $fs/usr
35 cp -a $_pkg/usr/bin $fs/usr
36 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
37 cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
38 cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
39 $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
40 }