wok view elementary/receipt @ rev 4767

Add: elemetary (Widget for mobile touch-screen) - with libelementary splited
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 10 23:12:22 2010 +0100 (2010-01-10)
parents
children 6e90579538d6
line source
1 # SliTaz package receipt.
3 PACKAGE="elementary"
4 VERSION="0.6.0.063"
5 CATEGORY="x-window"
6 SHORT_DESC="Widget set based on EFL for mobile touch-screen devices."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="cairo evas ecore embryo edje libelementary"
9 BUILD_DEPENDS="cairo-dev evas-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.enlightenment.org/"
12 WGET_URL="http://download.enlightenment.org/snapshots/2009-12-02/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $_pkg/usr/bin $fs/usr
31 cp -a $_pkg/usr/share $fs/usr
32 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
33 cp -a $_pkg/usr/lib/elementary $fs/usr/lib
34 }