util-linux-ng: fix swaponoff
[openembedded.git] / recipes / ekg / ekg_1.6.bb
1 DESCRIPTION = "Gadu-Gadu protocol instant messaging client"
2 DESCRIPTION_libgadu = "gadu-gadu protocol instant messaging libs"
3 HOMEPAGE = "http://ekg.chmurka.net/"
4 SECTION = "console/network"
5 LICENSE = "GPL LGPL"
6
7 SRC_URI = "http://ekg.chmurka.net/${PN}-${PV}.tar.gz"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--enable-shared --without-c99-vsnprintf"
12
13 PACKAGES =+ "libgadu"
14
15 FILES_${PN} = "${bindir}/${PN} ${datadir}/${PN}/* ${datadir}/${PN}/themes/*"
16 FILES_libgadu = "${libdir}/libgadu.so*"