Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / console-tools / console-tools_0.3.2.oe
1 SECTION = "base"
2 LICENSE = "GPL"
3 DESCRIPTION = "Allows you to set-up and manipulate the Linux console."
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/lct/console-tools-${PV}.tar.gz \
6            file://codepage.patch;patch=1 \
7            file://configure.patch;patch=1 \
8            file://compile.patch;patch=1 \
9            file://config/*.m4"
10
11 export SUBDIRS = "fontfiletools vttools kbdtools screenfonttools contrib \
12                   examples po intl compat"
13
14 acpaths = "-I config"
15 do_configure_prepend () {
16         mkdir -p config
17         cp ${WORKDIR}/config/*.m4 config/
18 }
19
20 do_compile () {
21         oe_runmake -C lib
22         oe_runmake 'SUBDIRS=${SUBDIRS}'
23 }
24
25 inherit autotools