First pass of .oe cleanups.
[openembedded.git] / console-tools / console-tools_0.3.2.oe
1 DEPENDS = "virtual/libc"
2 RDEPENDS = "libc6"
3
4 SRC_URI := ${SOURCEFORGE_MIRROR}/lct/console-tools-0.3.2.tar.gz \
5            file://${FILESDIR}/codepage.patch;patch=1 \
6            file://${FILESDIR}/configure.patch;patch=1
7
8 export SUBDIRS='fontfiletools vttools kbdtools screenfonttools contrib \
9                 examples po intl compat'
10
11 acpaths = "-I config"
12 do_configure_prepend () {
13         mkdir -p config
14         cp ${FILESDIR}/config/*.m4 config/
15 }
16
17 do_compile () {
18         oe_runmake -C lib
19         oe_runmake 'SUBDIRS=${SUBDIRS}'
20 }
21
22 inherit autotools libtool