selflinux-0.13.0.ebuild 418 B

12345678910111213141516171819202122
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. MY_P="SelfLinux-${PV}"
  5. DESCRIPTION="german-language hypertext tutorial about Linux"
  6. HOMEPAGE="http://selflinux.sourceforge.net/"
  7. SRC_URI="mirror://sourceforge/${PN}/${MY_P}-html.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ppc x86"
  11. IUSE=""
  12. S="${WORKDIR}/${MY_P}"
  13. src_install() {
  14. dohtml * -r
  15. }