summaryrefslogtreecommitdiff
blob: 948c7a8e895411fdc72c1d999c0904fdb3888f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.9.7.ebuild,v 1.7 2005/07/15 19:12:51 stkn Exp $

DESCRIPTION="GNU Open SIP (oSIP) library"
HOMEPAGE="http://www.fsf.org/software/osip/"
SRC_URI="http://osip.atosc.org/download/osip/${P}.tar.gz"

SLOT="1"
LICENSE="LGPL-2"
KEYWORDS="x86 ~amd64"
IUSE=""

DEPEND="virtual/libc"

src_install () {
	einstall || die
	dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
}