summaryrefslogtreecommitdiff
path: root/openembedded/packages/kf/kf_0.5.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/kf/kf_0.5.4.1.bb')
-rwxr-xr-xopenembedded/packages/kf/kf_0.5.4.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/openembedded/packages/kf/kf_0.5.4.1.bb b/openembedded/packages/kf/kf_0.5.4.1.bb
new file mode 100755
index 000000000..892b8ecbe
--- /dev/null
+++ b/openembedded/packages/kf/kf_0.5.4.1.bb
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
+MAINTAINER = "Chris Lord <chris@openedhand.com>"
+DESCRIPTION = "Kf is a GTK+ instant messaging client."
+
+SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
+ file://fix-configure.patch;patch=1"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-binreloc"
+