diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-20 10:33:53 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-20 10:33:53 +0000 |
commit | c557c0fa98fc000c0fec2a3db8bd13378705eac0 (patch) | |
tree | d11276cb1e776c73adb2b1c65d1579727bb2d7bf /packages/directfb/directfb-examples_1.0.0.bb | |
parent | 0985aab11d4a6ecf875257450b1cb553169fd920 (diff) |
directfb update:
* bump ++dfb to 1.0.0
* bump examples to 1.0.0
* bump fusionsound to 1.0.0
* clean up a bit
Diffstat (limited to 'packages/directfb/directfb-examples_1.0.0.bb')
-rw-r--r-- | packages/directfb/directfb-examples_1.0.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/directfb/directfb-examples_1.0.0.bb b/packages/directfb/directfb-examples_1.0.0.bb new file mode 100644 index 0000000000..8a792b4ae4 --- /dev/null +++ b/packages/directfb/directfb-examples_1.0.0.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "DirectFB extra providers" +DEPENDS = "directfb" +SECTION = "libs" +LICENSE = "GPL" + +SRC_URI = "http://www.directfb.org/downloads/Extras/DirectFB-extra-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-extra-${PV}" + +inherit autotools + +do_configure_append() { +# find ${S} -type f | xargs sed -i 's:/usr/lib:${STAGING_LIBDIR}:' + find ${S} -type f | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' +} + +do_stage() { + autotools_stage_all +} + + |