source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.3/MondoRescue/ebuild/MondoRescue.ebuild@ 2201

Last change on this file since 2201 was 2201, checked in by Bruno Cornec, 7 years ago

Fix the SRC_URI of the MondoRescuekg on gentoo

File size: 479 bytes
RevLine 
[1804]1# Copyright 1999-2004 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5# $Id$
6
[1994]7EAPI=5
[1804]8
[1994]9inherit perl-module
10
[1804]11DESCRIPTION="PBSUMMARY"
12HOMEPAGE="PBURL"
[2201]13SRC_URI="PBREPO/src/${P}.tar.gz"
[1804]14
15LICENSE="GPL-2"
16SLOT="0"
17KEYWORDS="~x86 ~ia64 ~amd64 -*"
18IUSE=""
19
20DEPEND="${RDEPEND}"
[1994]21RDEPEND="dev-util/ProjectBuilder
22 >=dev-lang/perl-5.6.2"
[1804]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.