diff options
Diffstat (limited to 'meta/packages/kf/kf_0.5.4.1.bb')
-rwxr-xr-x | meta/packages/kf/kf_0.5.4.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/kf/kf_0.5.4.1.bb b/meta/packages/kf/kf_0.5.4.1.bb new file mode 100755 index 0000000000..fee7cd89ea --- /dev/null +++ b/meta/packages/kf/kf_0.5.4.1.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" | ||
3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
4 | DESCRIPTION = "Kf is a GTK+ instant messaging client." | ||
5 | PR = "r2" | ||
6 | |||
7 | SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ | ||
8 | file://fix-configure.patch;patch=1 \ | ||
9 | file://fix-desktop-file.patch;patch=0" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | export PKG_CONFIG="${STAGING_BINDIR}/pkg-config" | ||
14 | |||
15 | EXTRA_OECONF = "--disable-binreloc" | ||
16 | |||