diff options
author | Koen Kooi <koen@openembedded.org> | 2005-12-17 17:39:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-17 17:39:26 +0000 |
commit | b4b8be523b61f6144c3c09a79953a114091ec77f (patch) | |
tree | 6c656348d6bcc1073a5a1aec49763967dfd56413 | |
parent | 12045c1541aa7ee22135f4b56252e0b93574ecd7 (diff) |
xchat: add 2.6.0
-rw-r--r-- | packages/xchat/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/xchat/xchat_2.6.0.bb | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/xchat/.mtn2git_empty b/packages/xchat/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/xchat/.mtn2git_empty diff --git a/packages/xchat/xchat_2.6.0.bb b/packages/xchat/xchat_2.6.0.bb new file mode 100644 index 0000000000..462ed4d6e9 --- /dev/null +++ b/packages/xchat/xchat_2.6.0.bb @@ -0,0 +1,9 @@ +LICENSE = "GPL" +HOMEPAGE = "http://www.xchat.org" +MAINTAINER = "Koen Kooi <koen@handhelds.org" +DEPENDS = "libgcrypt zlib gtk+" +SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2" + +inherit autotools +EXTRA_OECONF = " --disable-perl --disable-python " + |