# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Unfortunately the real package name doesn't get along with portage MY_P="basisrelease" S=${WORKDIR}/${MY_P} DESCRIPTION="selflinux is a german-language hypertext tutorial about Linux" SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://selflinux.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" src_install () { dodir /usr/share/doc/selflinux cd ${S} cp -R * ${D}/usr/share/doc/selflinux }