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