Add a ton of missing package DESCRIPTION fields.
[vuplus_openembedded] / console-tools / console-tools_0.3.2.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3 DESCRIPTION = "Allows you to set-up and manipulate the Linux console."
4
5 SRC_URI := ${SOURCEFORGE_MIRROR}/lct/console-tools-0.3.2.tar.gz \
6            file://${FILESDIR}/codepage.patch;patch=1 \
7            file://${FILESDIR}/configure.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 libtool