wok view emotion/receipt @ rev 12948

libglade: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 30 23:13:24 2012 +0200 (2012-05-30)
parents fe57bf03de94
children 935956286d2c
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"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./autogen.sh \
22 --prefix=/usr \
23 --mandir=/usr/share/man \
24 --disable-gstreamer \
25 $CONFIGURE_ARGS &&
26 make && make 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 }