diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-11 20:31:50 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-11 20:31:50 +0000 |
commit | 3ac84a62a6794dc42f45af9bc1f0c5e370cb499d (patch) | |
tree | 5dccc4594a228722b31b625dba1fa8530e339512 /packages/gloox | |
parent | f6c9e0ffc3a50b590e0fc3668db78600e002e375 (diff) | |
parent | 57a7f933e677e7e8f77b19c135360e296a9ac132 (diff) |
merge of '581aa13a438f949f8486c890c28b976ed5d4f486'
and 'bcc945f4da606c212a1991bcc178abdf5c4f4d9d'
Diffstat (limited to 'packages/gloox')
-rw-r--r-- | packages/gloox | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/gloox b/packages/gloox deleted file mode 100644 index 09004a8182..0000000000 --- a/packages/gloox +++ /dev/null @@ -1,15 +0,0 @@ -LICENSE = "GPL" -DESCRIPTION = "full-featured Jabber/XMPP client library." -SECTION = "networking" -PRIORITY = "optional" -PR = "r0" - -DEPENDS = "iksemel libidn gnutls" - -inherit autotools pkgconfig - -SRC_URI = "http://camaya.net/download/${P}.tar.bz2" - -do_stage () { - autotools_stage_all -} |