source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.2/MondoRescue/ebuild/mondo-rescue.ebuild@ 1810

Last change on this file since 1810 was 1810, checked in by Bruno Cornec, 10 years ago
  • Fix deps for MOndoRescue with the minimal perl version and PBGRP macro
File size: 518 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
7inherit libtool
8
9DESCRIPTION="PBSUMMARY"
10HOMEPAGE="PBURL"
11#SRC_URI="PBREPO/PBSRC"
12SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tar.gz"
13
14LICENSE="GPL-2"
15SLOT="0"
16KEYWORDS="~x86 ~ia64 ~amd64 -*"
17IUSE=""
18
19DEPEND="${RDEPEND}"
20RDEPEND="dev-util/projectbuilder
21 perl >= 5.6.2"
22MANDIR="/usr/share/man"
23
24S="${WORKDIR}/${PN/-rescue/}-${PV}"
25
26src_unpack() {
27 unpack ${A}
28 cd "${S}"
29}
Note: See TracBrowser for help on using the repository browser.