source: ProjectBuilder/pbconf/devel/rpmbootstrap/ebuild/rpmbootstrap.ebuild@ 1068

Last change on this file since 1068 was 1068, checked in by Bruno Cornec, 14 years ago

r3944@sge91-1-82-234-15-218: bruno | 2010-07-10 14:58:22 +0200

  • Addition of ebuild build files for pb (Joachim Langenbach)
  • delivery level for pb is now test
File size: 682 bytes
Line 
1# Copyright 1999-2010 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4# Contributed by Bruno Cornec derived from work provided by Joachim Langenbach <joachim_at_falaba.de>
5
6EAPI=1
7inherit perl-module
8
9DESCRIPTION="PBSUMMARY"
10HOMEPAGE="PBURL"
11SRC_URI="PBREPO/${PN}-${PV}.tar.gz"
12
13LICENSE="GPL-2"
14SLOT="0"
15KEYWORDS="~amd64 ~x86"
16IUSE=""
17
18DEPEND="${RDEPEND}"
19RDEPEND="dev-util/projectbuilder
20 dev-perl/File-MimeInfo
21 dev-perl/Mail-Sendmail"
22
23S=${WORKDIR}/${PN}-${PV}
24
25src_unpack() {
26 unpack ${A}
27 cd "${S}"
28}
29
30#src_install() {
31# dobin bin/*
32# insinto /usr/lib/perl5/site_perl/5.8.8/ProjectBuilder
33# doins lib/ProjectBuilder/*
34#}
Note: See TracBrowser for help on using the repository browser.