diff options
Diffstat (limited to 'recipes/tmsnc')
-rw-r--r-- | recipes/tmsnc/tmsnc_0.3.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/tmsnc/tmsnc_0.3.2.bb b/recipes/tmsnc/tmsnc_0.3.2.bb new file mode 100644 index 0000000000..86d477a0b1 --- /dev/null +++ b/recipes/tmsnc/tmsnc_0.3.2.bb @@ -0,0 +1,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 |