source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.2/MondoRescue/ebuild/MondoRescue.ebuild@ 1994

Last change on this file since 1994 was 1994, checked in by Bruno Cornec, 9 years ago
  • Fix build process for gentoo (Marc Elser melsers_at_gmx.chx>)
File size: 469 bytes
Line 
1# Copyright 1999-2004 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5# $Id$
6
7EAPI=5
8
9inherit perl-module
10
11DESCRIPTION="PBSUMMARY"
12HOMEPAGE="PBURL"
13SRC_URI="PBREPO/PBSRC"
14
15LICENSE="GPL-2"
16SLOT="0"
17KEYWORDS="~x86 ~ia64 ~amd64 -*"
18IUSE=""
19
20DEPEND="${RDEPEND}"
21RDEPEND="dev-util/ProjectBuilder
22 >=dev-lang/perl-5.6.2"
23MANDIR="/usr/share/man"
24
25S="${WORKDIR}/${PN/-rescue/}-${PV}"
26
27src_unpack() {
28 unpack ${A}
29 cd "${S}"
30}
Note: See TracBrowser for help on using the repository browser.