blob: c6915c5f7a4c57b94f3f73a95eb94bca90dab14d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "console/network"
DEPENDS = "ncurses"
LICENSE = "GPL"
SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://gcc4-scope.patch;patch=1 \
file://gcc4-scope2.patch;patch=1"
inherit autotools gettext
do_install() {
for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done
}
|