efl, e17: update to newest versions, split e and efl bbclasses and use e for e17...
[openembedded.git] / packages / efl / epsilon_0.3.0.006.bb
1 DESCRIPTION = "Epsilon is a flexable and powerful image thumbnailing library \
2 that is complient with the freedesktop.org Thumbnail Managing Standard."
3 LICENSE = "GPL"
4 DEPENDS = "virtual/imlib2 epeg libpng virtual/evas virtual/ecore perl-native edje"
5
6 inherit efl
7
8 SRC_URI += "file://compile-fix.patch;patch=1 \
9             ${E_CVS};module=e17/libs/epsilon/m4;date=20060101"
10
11 do_configure_prepend() {
12         install -d "${S}/m4"
13         install "${WORKDIR}/m4/"*.m4 "${S}/m4"
14         aclocal -I m4
15 }