diff options
Diffstat (limited to 'packages/kf/kf_0.5.4.1.bb')
-rwxr-xr-x | packages/kf/kf_0.5.4.1.bb | 14 |
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" + |