ekg: updated to 1.6
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 13 Dec 2006 22:54:34 +0000 (22:54 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 13 Dec 2006 22:54:34 +0000 (22:54 +0000)
packages/ekg/ekg_1.6.bb [moved from packages/ekg/ekg_1.5.bb with 64% similarity]

similarity index 64%
rename from packages/ekg/ekg_1.5.bb
rename to packages/ekg/ekg_1.6.bb
index d46f600..1fbfeef 100644 (file)
@@ -1,17 +1,16 @@
-DESCRIPTION = "gadu-gadu protocol instant messaging client"
+DESCRIPTION = "Gadu-Gadu protocol instant messaging client"
 DESCRIPTION_libgadu = "gadu-gadu protocol instant messaging libs"
-LICENSE = "GPL"
-HOMEPAGE = "http://dev.null.pl/ekg/"
+HOMEPAGE = "http://ekg.chmurka.net/"
 SECTION = "console/network"
+LICENSE = "GPL LGPL"
 
-SRC_URI = "http://dev.null.pl/${PN}/${PN}-${PV}.tar.gz"
-
-EXTRA_OECONF = "--enable-shared --without-c99-vsnprintf"
+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*"