summaryrefslogtreecommitdiff
path: root/packages/ewl/ewl_0.0.4.004.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ewl/ewl_0.0.4.004.bb')
-rw-r--r--packages/ewl/ewl_0.0.4.004.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/ewl/ewl_0.0.4.004.bb b/packages/ewl/ewl_0.0.4.004.bb
deleted file mode 100644
index f309169dfa..0000000000
--- a/packages/ewl/ewl_0.0.4.004.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "The Enlightened Widget Library, \
-a simple-to-use general purpose widget library based on the enlightenment foundation libraries."
-SECTION = "e/libs"
-DEPENDS = "edb eet virtual/evas virtual/ecore etox edje"
-HOMEPAGE = "http://www.enlightenment.org"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "MIT"
-PR = "r0"
-
-SRC_URI = "http://enlightenment.freedesktop.org/files/ewl-${PV}.tar.gz \
- file://fix-configure.patch;patch=1"
-S = "${WORKDIR}/ewl-${PV}"
-
-inherit autotools binconfig
-
-PARALLEL_MAKE = ""
-
-do_stage () {
- oe_libinstall -C src libewl ${STAGING_LIBDIR}/
- install -m 0644 ${S}/src/lib/Ewl.h ${STAGING_INCDIR}/
-}
-
-PACKAGES += "ewl-examples"
-
-FILES_${PN} = "${libdir}/libewl*.so*"
-FILES_${PN}-dev += "${bindir}/ewl-config ${libdir}/pkgconfig"
-FILES_${PN}-examples = "${bindir}/ewl* ${bindir}/edje_ls ${datadir}"
-