source: ProjectBuilder/pbconf/devel/project-builder/ebuild/project-builder.ebuild@ 1301

Last change on this file since 1301 was 1301, checked in by Bruno Cornec, 13 years ago

-fix gentoo ebuild based on Joachim Langenbach joachim_at_falaba.de around bad SRC_URI content

File size: 650 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 Joachim Langenbach <joachim_at_falaba.de>
5
6EAPI=1
7inherit perl-module
8
9DESCRIPTION="PBSUMMARY"
10HOMEPAGE="PBURL"
11SRC_URI="PBREPO/PBSRC"
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"
22MANDIR="/usr/share/man"
23
24S=${WORKDIR}/${PN}-${PV}
25
26src_unpack() {
27 unpack ${A}
28 cd "${S}"
29}
30
31#src_install() {
32# dobin bin/*
33# insinto /usr/lib/perl5/site_perl/5.8.8/ProjectBuilder
34# doins lib/ProjectBuilder/*
35#}
Note: See TracBrowser for help on using the repository browser.