diff options
Diffstat (limited to 'packages/gpephone/gloox_0.8.1.bb')
-rw-r--r-- | packages/gpephone/gloox_0.8.1.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/gpephone/gloox_0.8.1.bb b/packages/gpephone/gloox_0.8.1.bb deleted file mode 100644 index 09004a8182..0000000000 --- a/packages/gpephone/gloox_0.8.1.bb +++ /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 -} |