aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wxwidgets/wxbase.inc
blob: 2976dec28933b2567d86cb5840c1103f16bc549e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}