summaryrefslogtreecommitdiff
path: root/packages/esmart
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/esmart
parentcc66d34e4a411ce7e105df2ecb3d95265157f267 (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/esmart')
-rw-r--r--packages/esmart/esmart_0.9.0.004.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/esmart/esmart_0.9.0.004.bb b/packages/esmart/esmart_0.9.0.004.bb
deleted file mode 100644
index e0f7272872..0000000000
--- a/packages/esmart/esmart_0.9.0.004.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "ESmart is a collection of smart Evas objects"
-SECTION = "e/libs"
-LICENSE = "MIT"
-DEPENDS = "eet evas-x11 ecore-x11 epsilon embryo virtual/imlib2 jpeg libtool"
-HOMEPAGE = "http://www.enlightenment.org"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-
-SRC_URI = "http://enlightenment.freedesktop.org/files/esmart-${PV}.tar.gz \
- file://compile-fix.patch;patch=1"
-S = "${WORKDIR}/esmart-${PV}"
-
-inherit autotools pkgconfig binconfig
-
-headers = "esmart_container/Esmart_Container.h \
- esmart_draggies/Esmart_Draggies.h \
- esmart_file_dialog/Esmart_File_Dialog.h \
- esmart_textarea/Esmart_Textarea.h \
- esmart_thumb/Esmart_Thumb.h \
- esmart_trans_x11/Esmart_Trans_X11.h"
-
-do_stage() {
- for i in ${headers}; do
- install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
- done
- oe_libinstall -C src/lib libsmart ${STAGING_LIBDIR}/
-}
-
-PACKAGES = "esmart-dev esmart-doc esmart"
-FILES_${PN}-dev += "${bindir}/esmart-config ${bindir}/esmart"