blob: 9dca29bee18ea060566ecc92fb29182e8435d10d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SECTION = "console/network"
DEPENDS = "ncurses"
LICENSE = "GPL"
SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
file://configure.patch;apply=yes \
file://gcc4-scope.patch;apply=yes \
file://gcc4-scope2.patch;apply=yes"
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"
|