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