diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-09 23:08:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-09 23:08:49 +0000 |
commit | 45b8741f7b138d039e0b1107ba1f1d41f61b5f26 (patch) | |
tree | b69378d247af749ee22668c35ae64a26f49fbaf1 /packages/evas/evas_0.9.9.013.inc | |
parent | cc66d34e4a411ce7e105df2ecb3d95265157f267 (diff) |
Third (and hopefully last) EFL revamp before I hand over maintainership to
Justin Patrin. We now have a efl.bbclass that contains common code for the
various libraries. This makes it possible to have very clean and concise bb's.
Diffstat (limited to 'packages/evas/evas_0.9.9.013.inc')
-rw-r--r-- | packages/evas/evas_0.9.9.013.inc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/evas/evas_0.9.9.013.inc b/packages/evas/evas_0.9.9.013.inc deleted file mode 100644 index 31b06c99ff..0000000000 --- a/packages/evas/evas_0.9.9.013.inc +++ /dev/null @@ -1,40 +0,0 @@ -DESCRIPTION = "Evas is a hardware-accelerated canvas API that can draw \ -anti-aliased text, smooth super and sub-images, alpha-blend, as well as drop \ -down to using normal X11 primitives such as pixmaps, lines and rectangles if \ -your CPU or graphics hardware are too slow." -LICENSE = "MIT" -HOMEPAGE = "http://www.enlightenment.org" -SECTION = "e/libs" -PRIORITY = "optional" -PROVIDES = "virtual/evas" -DEPENDS = "libpng jpeg edb eet freetype" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -PR = "r1" - -SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \ - file://pkg.m4" -S = "${WORKDIR}/evas-${PV}" - -inherit autotools pkgconfig binconfig - -EXTRA_OECONF = "<override me>" - -do_configure () { - install -m 0644 ${WORKDIR}/pkg.m4 acinclude.m4 - autotools_do_configure -} - -headers = "<override me>" - -do_stage () { - for i in ${headers}; do - install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/ - done - oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/ -} - -PACKAGES =+ "evas-examples" - -FILES_${PN} = "${libdir}/libevas*.so*" -FILES_${PN}-dev += "${bindir}/evas-config ${libdir}/pkgconfig" -FILES_evas-examples = "${bindir}/evas_*_test ${datadir}" |