aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tmsnc/tmsnc_0.3.2.bb
blob: 86d477a0b1f736ca27ddcf703e923c2c5b9b8a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "An ncurses based MSN client"
HOMEPAGE = "http://tmsnc.sf.net"
SECTION = "console/network"
LICENSE = "Modified BSD"
DEPENDS = "ncurses openssl"

SRC_URI = "${SOURCEFORGE_MIRROR}/tmsnc/{P}.tar.gz"

EXTRA_OECONF = "--with-openssl --with-openssl=${STAGING_LIBDIR}/.. --with-includedir=${STAGING_INCDIR}"

inherit autotools