Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "Text-based modem control and terminal emulation program" |
Andrew Geissler | 6ce62a2 | 2020-11-30 19:58:47 -0600 | [diff] [blame] | 2 | HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 3 | DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems" |
| 4 | SECTION = "console/network" |
| 5 | DEPENDS = "ncurses virtual/libiconv" |
| 6 | LICENSE = "GPLv2+" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ |
| 8 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" |
| 9 | |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 10 | SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | file://allow.to.disable.lockdev.patch \ |
| 12 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ |
| 13 | file://0001-Fix-build-issus-surfaced-due-to-musl.patch \ |
Andrew Geissler | 635e0e4 | 2020-08-21 15:58:33 -0500 | [diff] [blame] | 14 | file://0001-Drop-superfluous-global-variable-definitions.patch \ |
| 15 | file://0002-Drop-superfluous-global-variable-definitions.patch \ |
| 16 | file://0003-Drop-superfluous-global-variable-definitions.patch \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 17 | " |
| 18 | |
| 19 | SRC_URI[md5sum] = "9021cb8c5445f6e6e74b2acc39962d62" |
| 20 | SRC_URI[sha256sum] = "532f836b7a677eb0cb1dca8d70302b73729c3d30df26d58368d712e5cca041f1" |
| 21 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 22 | PACKAGECONFIG ??= "" |
| 23 | PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" |
| 24 | |
| 25 | inherit autotools gettext pkgconfig |
| 26 | |
| 27 | do_install() { |
| 28 | for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done |
| 29 | } |
| 30 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 31 | RRECOMMENDS_${PN} += "lrzsz" |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 32 | |
| 33 | RDEPENDS_${PN} += "ncurses-terminfo-base" |