diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-13 22:54:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-13 22:54:34 +0000 |
commit | 450cb57c7366c98cd19420e2589b5115ea9fbd20 (patch) | |
tree | fe9a9a70126eb84a3f898812e9c246a7b382eef1 /packages/ekg/ekg_1.6.bb | |
parent | c22d566264a112b8d2897e4d1a6bb8ee3eb90993 (diff) |
ekg: updated to 1.6
Diffstat (limited to 'packages/ekg/ekg_1.6.bb')
-rw-r--r-- | packages/ekg/ekg_1.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/ekg/ekg_1.6.bb b/packages/ekg/ekg_1.6.bb new file mode 100644 index 0000000000..1fbfeef19a --- /dev/null +++ b/packages/ekg/ekg_1.6.bb @@ -0,0 +1,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*" |