summaryrefslogtreecommitdiff
path: root/recipes/minicom/minicom_2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/minicom/minicom_2.1.bb')
-rw-r--r--recipes/minicom/minicom_2.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/minicom/minicom_2.1.bb b/recipes/minicom/minicom_2.1.bb
new file mode 100644
index 0000000000..c6915c5f7a
--- /dev/null
+++ b/recipes/minicom/minicom_2.1.bb
@@ -0,0 +1,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
+}