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

Last change on this file since 2112 was 2112, checked in by Bruno Cornec, 8 years ago
  • Fix ebuilds (No usage of PBSRC as spec specific and EAP reviewed)
  • Fix pbcl using now future version directly
File size: 714 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=5
7inherit perl-module
8
9DESCRIPTION="PBSUMMARY"
10HOMEPAGE="PBURL"
11SRC_URI="PBREPO/PBPKG-PBVER"
12
13LICENSE="GPL-2"
14SLOT="0"
15KEYWORDS="~amd64 ~x86"
16IUSE=""
17
18DEPEND="${RDEPEND}"
19RDEPEND="net-misc/wget
20 dev-util/projectbuilder
21 dev-perl/File-MimeInfo
22 dev-perl/Mail-Sendmail"
23
24S=${WORKDIR}/${PN}-${PV}
25MANDIR="/usr/share/man"
26
27src_unpack() {
28 unpack ${A}
29 cd "${S}"
30}
31
32#src_install() {
33# dobin bin/*
34# insinto /usr/lib/perl5/site_perl/5.8.8/ProjectBuilder
35# doins lib/ProjectBuilder/*
36#}
Note: See TracBrowser for help on using the repository browser.