blob: 0febe0a241e19ce0e7562676eb0e2d0f029f9208 (
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 = "wxWindows"
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
}
|