diff options
author | Michal Hrusecky <miska@atrey.karlin.mff.cuni.cz> | 2009-02-14 01:11:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-02-14 01:11:20 -0800 |
commit | ad3a3c39857c81f7c341f5fa4d03056593cb77b3 (patch) | |
tree | 30211d25eeba4ea1be93f19018c05d46f45c7a7f /packages/minicom | |
parent | fea3ee7d662126e76ff65d82b1ec0027330f93ad (diff) |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
minicom_2.3.bb: New recipe.
Diffstat (limited to 'packages/minicom')
-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 +} |