summaryrefslogtreecommitdiff
path: root/packages/directfb/directfb-examples_0.9.23.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-19 21:06:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-19 21:06:05 +0000
commit45c5c307ca47b2a33c07ca459092294fe33a8c1a (patch)
treed7d3ce38730bb70811a3a4e46c806942735b8375 /packages/directfb/directfb-examples_0.9.23.bb
parent51538b03e4297f621ab596b118c15b9c5913be01 (diff)
directfb: remove 0.9.22, add directfb-examples 0.9.23, fix 0.9.25 staging
Diffstat (limited to 'packages/directfb/directfb-examples_0.9.23.bb')
-rw-r--r--packages/directfb/directfb-examples_0.9.23.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/directfb/directfb-examples_0.9.23.bb b/packages/directfb/directfb-examples_0.9.23.bb
new file mode 100644
index 0000000000..423e888fd8
--- /dev/null
+++ b/packages/directfb/directfb-examples_0.9.23.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "DirectFB examples"
+DEPENDS = "directfb"
+SECTION = "devel/examples"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.directfb.org/downloads/Extras/DirectFB-examples-${PV}.tar.gz"
+S = "${WORKDIR}/DirectFB-examples-${PV}"
+
+inherit autotools
+