diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-01-22 18:23:15 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-01-22 18:23:15 +0000 |
commit | 8c38474d4ec25efa001d2d2177b7a1429f776097 (patch) | |
tree | eff6a71619bd22a172fad8bc92e681fe267468e8 /net-libs/loudmouth/loudmouth-0.15.ebuild | |
parent | fix wrapper script #38580 (diff) | |
download | gentoo-2-8c38474d4ec25efa001d2d2177b7a1429f776097.tar.gz gentoo-2-8c38474d4ec25efa001d2d2177b7a1429f776097.tar.bz2 gentoo-2-8c38474d4ec25efa001d2d2177b7a1429f776097.zip |
Versionbump + homepage update
Diffstat (limited to 'net-libs/loudmouth/loudmouth-0.15.ebuild')
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.15.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-libs/loudmouth/loudmouth-0.15.ebuild b/net-libs/loudmouth/loudmouth-0.15.ebuild new file mode 100644 index 000000000000..6fcb6fa66cf7 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.15.ebuild,v 1.1 2004/01/22 18:23:15 spider Exp $ + +inherit gnome2 + +DESCRIPTION="Lightweight C Jabber library" +HOMEPAGE="http://loudmouth.imendio.org/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" + +IUSE="doc ssl" + +RDEPEND=">=dev-libs/glib-2 + ssl? ( net-libs/gnutls )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1.0 )" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" + +use ssl \ + && G2CONF="${G2CONF} --with-ssl" \ + || G2CONF="${G2CONF} --without-ssl" |