Many files:
[vuplus_openembedded] / centericq / centericq_4.9.10.oe
1 DEPENDS = "openssl ncurses"
2 DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
3 AIM, IRC, Jabber and LiveJournal"
4 SECTION = "console/network"
5 SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
6            file://configure.patch;patch=1 \
7            file://m4.patch;patch=1"
8 LICENSE = "GPL" 
9 inherit autotools
10
11 EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
12 acpaths = "-I ${S}/m4"