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