diff options
author | Don Seiler <rizzo@gentoo.org> | 2003-07-17 02:13:46 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2003-07-17 02:13:46 +0000 |
commit | 5b84a34341c9120f3efeb01425003f66e93dfaae (patch) | |
tree | 7c36b186e0333ad08eefe9ef7f8939b24cf39201 /net-libs | |
parent | Initial import. (diff) | |
download | historical-5b84a34341c9120f3efeb01425003f66e93dfaae.tar.gz historical-5b84a34341c9120f3efeb01425003f66e93dfaae.tar.bz2 historical-5b84a34341c9120f3efeb01425003f66e93dfaae.zip |
Initial import.
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/Manifest | 4 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.11 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.11.ebuild | 26 |
3 files changed, 29 insertions, 2 deletions
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 59b3d8150893..bf98be8352f0 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,3 +1,3 @@ -MD5 d63a217268457c041d70556721384a51 loudmouth-0.11.ebuild 650 -MD5 bce08017c41cefa203f70588024d1008 ChangeLog 314 +MD5 396896dcd30b110ac133ee52b2f6c129 loudmouth-0.11.ebuild 752 +MD5 33cbc6f282f36eaedbca4f04b2710f1f ChangeLog 404 MD5 bee3ae5412d9ffab4bcd98f650fb2acf files/digest-loudmouth-0.11 66 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.11 b/net-libs/loudmouth/files/digest-loudmouth-0.11 new file mode 100644 index 000000000000..8a5fdf2fe1a6 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.11 @@ -0,0 +1 @@ +MD5 aec34a2076a55899928212005265e58f loudmouth-0.11.tar.gz 263529 diff --git a/net-libs/loudmouth/loudmouth-0.11.ebuild b/net-libs/loudmouth/loudmouth-0.11.ebuild new file mode 100644 index 000000000000..389841108780 --- /dev/null +++ b/net-libs/loudmouth/loudmouth-0.11.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.11.ebuild,v 1.1 2003/07/17 02:13:41 rizzo Exp $ + +DESCRIPTION="Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows." +HOMEPAGE="http://www.imendio.com/projects/loudmouth/" +SRC_URI="http://www.imendio.com/projects/loudmouth/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +#RDEPEND="" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die +} |