gnokii: add latest version
authorEric Bénard <eric@eukrea.com>
Tue, 15 Feb 2011 20:14:01 +0000 (21:14 +0100)
committerEric Bénard <eric@eukrea.com>
Thu, 17 Feb 2011 13:41:07 +0000 (14:41 +0100)
- build tested for armv5 with PARALLEL_MAKE="-j8" so I removed
PARALLEL_MAKE = "" which was set in previous recipes.

Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/gnokii/gnokii_0.6.30.bb [new file with mode: 0644]

diff --git a/recipes/gnokii/gnokii_0.6.30.bb b/recipes/gnokii/gnokii_0.6.30.bb
new file mode 100644 (file)
index 0000000..8566ed7
--- /dev/null
@@ -0,0 +1,28 @@
+LICENSE = "GPLv2"
+DESCRIPTION = "Cellphone tools and driver software"
+SRC_URI = "http://www.gnokii.org/download/gnokii/gnokii-${PV}.tar.bz2 \
+       "
+
+DEPENDS = "libxpm gtk+"
+
+inherit autotools pkgconfig
+
+PACKAGES += "libgnokii libgnokii-dev"
+
+FILES_${PN} = "${bindir} ${sbindir}"
+FILES_libgnokii-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \
+                ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \
+               /lib/*.a /lib/*.o ${datadir}/aclocal"
+FILES_${PN}-dev = ""
+FILES_libgnokii = "${libdir}/libgnokii.so.*"
+
+do_stage() {
+       autotools_stage_includes
+
+       oe_libinstall -C common -so libgnokii ${STAGING_LIBDIR}
+}
+
+
+SRC_URI[md5sum] = "c90137d403febbc16712d64f0eb196de"
+SRC_URI[sha256sum] = "337c75369901cc6665219e3b92e29949fc83823e8d63608979230d72fe2e1dd4"
+