aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/minicom/minicom_2.1.bb
blob: de73211f29e5346cfb8889f5eebbbc02c7c3bb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "console/network"
DEPENDS = "ncurses"
LICENSE = "GPL"
SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
	file://configure.patch \
	file://gcc4-scope.patch \
	file://gcc4-scope2.patch"

PR = "r1"

inherit autotools gettext

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

SRC_URI[md5sum] = "1c8f3b247c38fb16c3c2170df9fc102a"
SRC_URI[sha256sum] = "7f04535b3839fbbb0affa780108c32c330b924caf4e41dacd57dd23aa1fec392"