summaryrefslogtreecommitdiff
path: root/packages/kf/kf_0.5.4.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-03-23 23:38:45 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-23 23:38:45 +0000
commit3bf85c68c6f20b1d7119d61d38f35916287f68bc (patch)
treec940fc20c8aef2db601bc6c3e0251387597f1ec4 /packages/kf/kf_0.5.4.1.bb
parent76536d8a6fc107a35f577dc49c423c6091e87956 (diff)
Add kf 0.5.4.1
Diffstat (limited to 'packages/kf/kf_0.5.4.1.bb')
-rwxr-xr-xpackages/kf/kf_0.5.4.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/kf/kf_0.5.4.1.bb b/packages/kf/kf_0.5.4.1.bb
new file mode 100755
index 0000000000..9fe0bcb29d
--- /dev/null
+++ b/packages/kf/kf_0.5.4.1.bb
@@ -0,0 +1,14 @@
+LICENSE = "GPL"
+DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
+MAINTAINER = "Chris Lord <chris@openedhand.com>"
+DESCRIPTION = "Kf is a GTK+ instant messaging client."
+PR = "r2"
+
+SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
+ file://fix-configure.patch;patch=1 \
+ file://fix-desktop-file.patch;patch=0"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-binreloc"
+