diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-20 13:43:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-20 13:43:08 +0000 |
commit | 8b8af831a957c92ee85e87dde1ca986381c9f972 (patch) | |
tree | 7bb578ba021a96eabe9563a5023fba50c4b1671a /net-libs/libosip/libosip-0.8.8-r1.ebuild | |
parent | Removed pic nonsense (diff) | |
download | gentoo-2-8b8af831a957c92ee85e87dde1ca986381c9f972.tar.gz gentoo-2-8b8af831a957c92ee85e87dde1ca986381c9f972.tar.bz2 gentoo-2-8b8af831a957c92ee85e87dde1ca986381c9f972.zip |
removed pic nonsense
Diffstat (limited to 'net-libs/libosip/libosip-0.8.8-r1.ebuild')
-rw-r--r-- | net-libs/libosip/libosip-0.8.8-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-libs/libosip/libosip-0.8.8-r1.ebuild b/net-libs/libosip/libosip-0.8.8-r1.ebuild new file mode 100644 index 000000000000..040cf78eadad --- /dev/null +++ b/net-libs/libosip/libosip-0.8.8-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8-r1.ebuild,v 1.1 2003/03/20 13:43:08 seemant Exp $ + +DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." +HOMEPAGE="http://www.linphone.org/?lang=us" +SRC_URI="http://www.linphone.org/download/${P}.tar.gz" + +SLOT="1" +LICENSE="LGPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" + +DEPEND="virtual/glibc" + +src_install () { + einstall || die + dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO +} |