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