blob: d46f600396682b2f8034c08e99d2a004de1016d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "gadu-gadu protocol instant messaging client"
DESCRIPTION_libgadu = "gadu-gadu protocol instant messaging libs"
LICENSE = "GPL"
HOMEPAGE = "http://dev.null.pl/ekg/"
SECTION = "console/network"
SRC_URI = "http://dev.null.pl/${PN}/${PN}-${PV}.tar.gz"
EXTRA_OECONF = "--enable-shared --without-c99-vsnprintf"
inherit autotools
PACKAGES =+ "libgadu"
FILES_${PN} = "${bindir}/${PN} ${datadir}/${PN}/* ${datadir}/${PN}/themes/*"
FILES_libgadu = "${libdir}/libgadu.so*"
|