wok view emotion/receipt @ rev 10821

Add xmlrpc-c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 13:10:36 2011 +0200 (2011-06-06)
parents 2325c41c9264
children 0f005c2005cb
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"
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 && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
32 cp -a $_pkg/usr/share $fs/usr
33 cp -a $_pkg/usr/bin $fs/usr
34 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
35 cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
36 cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
37 $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
38 }