summaryrefslogtreecommitdiffstats
path: root/recipes/tmsnc/tmsnc_0.3.2.bb
blob: c2af15bc38eda0bb71249b4f1269467dd5aebddc (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