[oe-commits] org.oe.dev directfb lite: add package to OE

shanevolpe commit openembedded-commits at lists.openembedded.org
Sat Feb 10 19:29:35 UTC 2007


directfb lite: add package to OE

Author: shanevolpe at gmail.com
Branch: org.openembedded.dev
Revision: bad4f5a5ecf1f7fd7505af71bd3f4481900ba0fa
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bad4f5a5ecf1f7fd7505af71bd3f4481900ba0fa
Files:
1
packages/directfb/lite_0.9.26+cvs20070207.bb
Diffs:

#
# mt diff -r42f5a725a595f3fd9356ba62c28770eae72da601 -rbad4f5a5ecf1f7fd7505af71bd3f4481900ba0fa
#
# 
# 
# add_file "packages/directfb/lite_0.9.26+cvs20070207.bb"
#  content [83b66a6b7ca70d058fcc1a1721e7779b2f3dc978]
# 
============================================================
--- packages/directfb/lite_0.9.26+cvs20070207.bb	83b66a6b7ca70d058fcc1a1721e7779b2f3dc978
+++ packages/directfb/lite_0.9.26+cvs20070207.bb	83b66a6b7ca70d058fcc1a1721e7779b2f3dc978
@@ -0,0 +1,40 @@
+DESCRIPTION = "LiTE stands for Lightweight Toolkit Enabler. Its role is to \
+		facilitate the functions of DirectFB so that a toolbox could \
+                be written on top of DirectFB with less effort. As such LiTE \
+                has abstractions for the underlying graphics and event systems."
+
+DEPENDS = "directfb"
+SECTION = "libs"
+LICENSE = "LGPL"
+
+# this is a CVS only release
+
+SRC_URI = "cvs://anonymous@cvs.directfb.org/cvs/directfb;method=pserver;module=lite;date=${@bb.data.getVar('PV', d, 1)[9:]}"
+
+S = "${WORKDIR}/lite"
+
+inherit autotools pkgconfig
+
+do_configure_append() {
+    find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g'
+}
+
+do_stage() {
+        autotools_stage_all
+}
+
+do_install() {
+        oe_runmake 'DESTDIR=${D}' install
+}
+
+FILES_lite-dbg_append = " ${libdir}/directfb-1.0-0/*/*/.debug/*.so \
+                          ${libdir}/directfb-1.0-0/*/.debug/*.so \
+                        "
+FILES_lite-dev_append = " ${libdir}/directfb-1.0-0/interfaces/*/*.la \
+			"
+
+FILES_lite_append = " ${libdir}/directfb-1.0-0/interfaces/*/*.so \
+                      ${datadir}/LiTE/* \
+	              ${datadir}/fonts/truetype/* \
+	            "
+






More information about the Openembedded-commits mailing list