mplayer-common: fix arch and install
[openembedded.git] / recipes / ekg / ekg_1.6.bb
blob1fbfeef19a7bc35a80ef1171132508959b4fa5ca
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"
7 SRC_URI = "http://ekg.chmurka.net/${PN}-${PV}.tar.gz"
9 inherit autotools
11 EXTRA_OECONF = "--enable-shared --without-c99-vsnprintf"
13 PACKAGES =+ "libgadu"
15 FILES_${PN} = "${bindir}/${PN} ${datadir}/${PN}/* ${datadir}/${PN}/themes/*"
16 FILES_libgadu = "${libdir}/libgadu.so*"