summaryrefslogtreecommitdiff
blob: 7d80e4e53451f4e44b03ea0577e243c28166feef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-6.0.11.ebuild,v 1.1 2008/04/09 03:18:27 vapier Exp $

inherit perl-module

DESCRIPTION="helper programs for debian/rules"
HOMEPAGE="http://kitenet.net/~joey/code/debhelper/"
SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""

S="${WORKDIR}/${PN}"

src_install() {
	dobin dh_* || die
	insinto /usr/share/debhelper
	doins -r autoscripts || die
	dodoc doc/* examples/*
	insinto ${VENDOR_LIB}
	doins -r Debian || die
}