aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/minicom/minicom_2.3.bb
blob: 5b32401b1e6083a33eb4c9f9f15c6a5dd9e88c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "console/network"
DEPENDS = "ncurses"
LICENSE = "GPL"
SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \
	"

inherit autotools gettext

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