summaryrefslogtreecommitdiff
path: root/packages/wxwidgets/wxbase.inc
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-03-30 06:39:41 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-03-30 06:39:41 +0000
commite20736242e2dc4d241731def08a32bf9f174f394 (patch)
tree99b8a7806c838e1d519caa0ce755022904c1033e /packages/wxwidgets/wxbase.inc
parentd706e2e4274bd37ea95c331fbe1b9a9b275bd3b0 (diff)
wxbase: fix broken, unify
* upgrade 2.6.2 to 2.6.4 (upstream old stable, DEFAULT) * upgrade 2.7+cvs to 2.8.7 (upstream new stable) * NOTE: upstream only provide mwg build targets for > 2.7 * 2.8.7: patch Makefile non-sense
Diffstat (limited to 'packages/wxwidgets/wxbase.inc')
-rw-r--r--packages/wxwidgets/wxbase.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/wxwidgets/wxbase.inc b/packages/wxwidgets/wxbase.inc
new file mode 100644
index 0000000000..2976dec289
--- /dev/null
+++ b/packages/wxwidgets/wxbase.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "wxBase is a library for programming \
+non-GUI (console) applications using the base wxWidgets functionality."
+HOMEPAGE = "http://www.wxwidgets.org/"
+LICENSE = "GPL"
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "zlib expat"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/wxwindows/wxBase-${PV}.tar.bz2"
+
+S = "${WORKDIR}/wxBase-${PV}"
+
+inherit autotools pkgconfig
+
+do_configure() {
+ oe_runconf
+}