diff options
author | Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | 2009-02-04 11:24:38 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-02-04 11:24:38 -0500 |
commit | bdc2f0a99560664884e1d66459a68b931aecf48e (patch) | |
tree | 2a2a776666055d64228a0cbe9ef0d41c72ec5583 /packages/directfb | |
parent | 5686c090be185d2b6709bb82e785cbbf49175b37 (diff) |
directfb-examples: Add 1.2.0
Diffstat (limited to 'packages/directfb')
-rw-r--r-- | packages/directfb/directfb-examples_1.2.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/directfb/directfb-examples_1.2.0.bb b/packages/directfb/directfb-examples_1.2.0.bb new file mode 100644 index 0000000000..7fd3f38848 --- /dev/null +++ b/packages/directfb/directfb-examples_1.2.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "DirectFB extra providers" +DEPENDS = "directfb" +SECTION = "libs" +LICENSE = "GPL" + +SRC_URI = " \ + http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz \ + " +S = "${WORKDIR}/DirectFB-examples-${PV}" + +inherit autotools + +do_stage() { + autotools_stage_all +} + + |