d454a538a6ff04ece3f04f196e523b12551eb421
[openembedded.git] / packages / efl / epsilon_0.3.0.005.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             cvs://anonymous@thinktux.net/root;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 }