# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20040912.ebuild,v 1.1 2004/09/26 22:48:51 sekretarz Exp $ DESCRIPTION="Support library for Tlen IMS" HOMEPAGE="http://libtlen.eu.org/" SRC_URI="http://libtlen.eu.org/snapshots/archive/${P}.tar.gz" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" SLOT="0" LICENSE="GPL-2" IUSE="doc" DEPEND="virtual/libc" src_compile() { econf \ --enable-shared || die emake CFLAGS="${CFLAGS}" all || die } src_install() { einstall || die dodoc ChangeLog }