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