From ad3a3c39857c81f7c341f5fa4d03056593cb77b3 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Sat, 14 Feb 2009 01:11:20 -0800 Subject: Signed-off-by: Khem Raj minicom_2.3.bb: New recipe. --- packages/minicom/minicom_2.3.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/minicom/minicom_2.3.bb (limited to 'packages') 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 +} -- cgit v1.2.3