# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit multilib DESCRIPTION="bashdoc is a tool to make documentation from bash scripts." HOMEPAGE="https://launchpad.net/bashdoc" SRC_URI="http://launchpad.net/bashdoc/${PV}/${PV}/+download/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" # This would be a lot more useful with the rst2man that's in the # docutils sandbox. RDEPEND=">=app-shells/bash-3 >=sys-apps/gawk-3.1.5 >=dev-python/docutils-0.4 sys-apps/coreutils" DEPEND="" src_install() { insinto /usr/$(get_libdir)/bashdoc doins lib/* || die dobin bashdoc || die doman man/* || die dodoc README TODO || die }