summaryrefslogtreecommitdiff
path: root/packages/directfb/dfb++_0.9.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/directfb/dfb++_0.9.23.bb')
-rw-r--r--packages/directfb/dfb++_0.9.23.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/directfb/dfb++_0.9.23.bb b/packages/directfb/dfb++_0.9.23.bb
deleted file mode 100644
index 0e0772da94..0000000000
--- a/packages/directfb/dfb++_0.9.23.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "A C++ Wrapper for the directfb framebuffer library."
-HOMEPAGE = "http://directfb.org"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "directfb"
-LICENSE = "LGPL"
-
-# needs a g++4 patch
-BROKEN = "1"
-
-SRC_URI = "http://www.directfb.org/downloads/Extras/DFB++-${PV}.tar.gz"
-S = "${WORKDIR}/DFB++-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake -C include 'libdir=/lib' 'includedir=/include/dfb++' \
- 'oldincludedir=/include' 'datadir=/share' \
- 'DESTDIR=${STAGING_LIBDIR}/..' \
- install-dfbppincludeHEADERS
- oe_runmake -C dfb++ 'libdir=/lib' 'includedir=/include/dfb++' \
- 'oldincludedir=/include' 'datadir=/share' \
- 'DESTDIR=${STAGING_LIBDIR}/..' \
- install-libLTLIBRARIES
-}
-
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}