diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-10 18:30:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-10 18:30:52 +0000 |
commit | 3151d8725c6d64cdb6f0ca473daab9a7253448ba (patch) | |
tree | c9dc13da603beb8e8626f85bd2ad529f19eb5171 /packages/wxwidgets | |
parent | 4a7622d3f3944296c5c702f0c7cae167a2b777cc (diff) |
add wxWidgets, a cross platform application framework
Diffstat (limited to 'packages/wxwidgets')
-rw-r--r-- | packages/wxwidgets/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/wxwidgets/wxwidgets_2.6.3.bb | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/wxwidgets/.mtn2git_empty b/packages/wxwidgets/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/wxwidgets/.mtn2git_empty diff --git a/packages/wxwidgets/wxwidgets_2.6.3.bb b/packages/wxwidgets/wxwidgets_2.6.3.bb new file mode 100644 index 0000000000..0cd88334b3 --- /dev/null +++ b/packages/wxwidgets/wxwidgets_2.6.3.bb @@ -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 |