aboutsummaryrefslogtreecommitdiffstats
path: root/packages/etox
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-09 23:08:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-09 23:08:49 +0000
commit45b8741f7b138d039e0b1107ba1f1d41f61b5f26 (patch)
treeb69378d247af749ee22668c35ae64a26f49fbaf1 /packages/etox
parentcc66d34e4a411ce7e105df2ecb3d95265157f267 (diff)
downloadopenembedded-45b8741f7b138d039e0b1107ba1f1d41f61b5f26.tar.gz
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/etox')
-rw-r--r--packages/etox/.mtn2git_empty0
-rw-r--r--packages/etox/etox_0.9.0.004.bb24
2 files changed, 0 insertions, 24 deletions
diff --git a/packages/etox/.mtn2git_empty b/packages/etox/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/etox/.mtn2git_empty
+++ /dev/null
diff --git a/packages/etox/etox_0.9.0.004.bb b/packages/etox/etox_0.9.0.004.bb
deleted file mode 100644
index 26c24cc6b7..0000000000
--- a/packages/etox/etox_0.9.0.004.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \
-Etox helps you when it comes to displaying, moving, resizing, layering, \
-clipping, aligning and coloring fonts in different styles, and more."
-SECTION = "e/libs"
-DEPENDS = "edb virtual/evas virtual/ecore"
-LICENSE = "MIT"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PR = "r0"
-
-SRC_URI = "http://enlightenment.freedesktop.org/files/etox-${PV}.tar.gz"
-S = "${WORKDIR}/etox-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-do_stage () {
- oe_libinstall -C src libetox ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/Etox.h ${STAGING_INCDIR}/
-}
-
-PACKAGES += "etox-examples"
-
-FILES_${PN} = "${libdir}/libetox*.so*"
-FILES_${PN}-dev += "${bindir}/etox-config ${libdir}/pkgconfig"
-FILES_${PN}-examples = "${bindir}/etox* ${datadir}"