aboutsummaryrefslogtreecommitdiffstats
path: root/minicom/minicom_2.1.oe
blob: 46ed0ecdbe26c254bf0e14bb83360bd4547f9c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "console/network"
DEPENDS = "ncurses gettext-native"

SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
	file://configure.patch;patch=1"

inherit autotools

do_install() {
	for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done
}