# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="vilearn is an interactive vi tutorial comprised of 5 tutorials for the vi-impaired." HOMEPAGE="http://vilearn.org/" SRC_URI="http://vilearn.org/${P}.tar.gz" SLOT="0" KEYWORDS="x86" LICENSE="BSD" RDEPEND="app-editors/vi" src_compile() { sed -i "s/\/usr\/local/\/usr/" Makefile emake || die "emake failed. :(" } src_install() { dobin vilearn doman vilearn.1 dodoc README outline insinto /usr/lib/vilearn doins 1basics 2moving 3cutpaste 3temp 4inserting 5tricks }