]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/efl/epsilon_0.3.0.005.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / 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 }