summaryrefslogtreecommitdiffstats
path: root/recipes/ekg/ekg_1.6.bb
blob: 1fbfeef19a7bc35a80ef1171132508959b4fa5ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Gadu-Gadu protocol instant messaging client"
DESCRIPTION_libgadu = "gadu-gadu protocol instant messaging libs"
HOMEPAGE = "http://ekg.chmurka.net/"
SECTION = "console/network"
LICENSE = "GPL LGPL"

SRC_URI = "http://ekg.chmurka.net/${PN}-${PV}.tar.gz"

inherit autotools

EXTRA_OECONF = "--enable-shared --without-c99-vsnprintf"

PACKAGES =+ "libgadu"

FILES_${PN} = "${bindir}/${PN} ${datadir}/${PN}/* ${datadir}/${PN}/themes/*"
FILES_libgadu = "${libdir}/libgadu.so*"