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