Skip to content

Commit

Permalink
dev-libs/libstrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
megabaks committed Oct 8, 2012
1 parent db8c1c5 commit 2a8540c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dev-libs/libstrophe/libstrophe-9999.ebuild
@@ -0,0 +1,32 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

EGIT_REPO_URI="git://github.com/metajack/libstrophe.git"

inherit autotools git-2

DESCRIPTION="A simple, lightweight C library for writing XMPP clients"
HOMEPAGE="http://strophe.im/libstrophe"

LICENSE="MIT GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="xml"

DEPEND="xml? ( dev-libs/libxml2 )
!xml? ( dev-libs/expat )
dev-libs/openssl"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${P/-/_}"

src_prepare() {
eautoreconf
}

src_configure() {
econf $(use_with xml libxml2)
}
7 changes: 7 additions & 0 deletions dev-libs/libstrophe/metadata.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>megagreener@gmail.com</email>
</maintainer>
</pkgmetadata>

0 comments on commit 2a8540c

Please sign in to comment.