You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-doc/vilearn/vilearn-1.0.ebuild

31 lines
707 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/vilearn/vilearn-1.0.ebuild,v 1.11 2011/12/19 14:41:53 darkside Exp $
EAPI="4"
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"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="app-editors/vim"
DEPEND="${RDEPEND}"
src_prepare() {
sed -i "s:/usr/local:${EPREFIX}/usr:" Makefile
}
src_install() {
dobin vilearn
doman vilearn.1
dodoc README outline
insinto /usr/lib/vilearn
doins [0-9]*
}