cut down on excessive inheriting of gettext
[openembedded.git] / minicom / minicom_2.1.oe
1 SECTION = "console/network"
2 DEPENDS = "ncurses"
3
4 SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
5         file://configure.patch;patch=1"
6
7 inherit autotools gettext
8
9 do_install() {
10         for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done
11 }