blob: 683962838c536bdf80a0bc4e1e86dba2b1c73504 (
plain)
1
2
3
4
5
6
7
8
|
DESCRIPTION = "Tin is a powerful text mode news reader."
SECTION = "console/network"
DEPENDS = "ncurses libpcre"
LICENSE = "BSD"
inherit autotools
EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.."
|