# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild,v 1.1 2006/01/23 22:42:36 twp Exp $ inherit eutils DESCRIPTION="A simple C library for VT102 terminal emulation" HOMEPAGE="http://rote.sourceforge.net/" SRC_URI="mirror://sourceforge/rote/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc" src_install() { make DESTDIR=${D} install || die dodoc README }