diff options
Diffstat (limited to 'meta-lsb/packages/minicom/minicom_2.1.bb')
-rw-r--r-- | meta-lsb/packages/minicom/minicom_2.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-lsb/packages/minicom/minicom_2.1.bb b/meta-lsb/packages/minicom/minicom_2.1.bb new file mode 100644 index 0000000000..c4a1c3018a --- /dev/null +++ b/meta-lsb/packages/minicom/minicom_2.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SECTION = "console/network" | ||
2 | DEPENDS = "ncurses" | ||
3 | LICENSE = "GPL" | ||
4 | SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ | ||
5 | file://configure.patch;patch=1 \ | ||
6 | file://gcc4-scope.patch;patch=1" | ||
7 | |||
8 | inherit autotools gettext | ||
9 | |||
10 | do_install() { | ||
11 | for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done | ||
12 | } | ||