# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-doc/selflinux/selflinux-0.2.1.ebuild,v 1.2 2003/02/13 06:38:12 vapier Exp $ IUSE="" MY_P="SelfLinux-0.2.1" S=${WORKDIR}/${MY_P} DESCRIPTION="german-language hypertext tutorial about Linux" SRC_URI="mirror://sourceforge/selflinux/${MY_P}.tar.gz" HOMEPAGE="http://selflinux.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc" src_install() { dodir /usr/share/doc/selflinux cp -R * ${D}/usr/share/doc/selflinux }