add wxWidgets, a cross platform application framework
authorMichael Lauer <mickey@vanille-media.de>
Wed, 10 May 2006 18:30:52 +0000 (18:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 May 2006 18:30:52 +0000 (18:30 +0000)
packages/wxwidgets/.mtn2git_empty [new file with mode: 0644]
packages/wxwidgets/wxwidgets_2.6.3.bb [new file with mode: 0644]

diff --git a/packages/wxwidgets/.mtn2git_empty b/packages/wxwidgets/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/wxwidgets/wxwidgets_2.6.3.bb b/packages/wxwidgets/wxwidgets_2.6.3.bb
new file mode 100644 (file)
index 0000000..0cd8833
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "wxWidgets is a cross platform application framework utilizing native widgets."
+HOMEPAGE = "http://www.wxwidgets.org"
+SECTION = "x11/libs"
+LICENSE = "GPL"
+DEPENDS = "gtk+"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxWidgets-${PV}.tar.gz"
+S = "${WORKDIR}/wxWidgets-${PV}"
+
+inherit autotools pkgconfig
+
+do_configure() {
+       oe_runconf
+}
+
+#FIXME add sane packaging