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

Last change on this file since 1804 was 1804, checked in by Bruno Cornec, 10 years ago
  • Prepare project-builder.org build infrastructure for the new MondoRescue pel module in the MondoRescue project
File size: 503 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"
21MANDIR="/usr/share/man"
22
23S="${WORKDIR}/${PN/-rescue/}-${PV}"
24
25src_unpack() {
26 unpack ${A}
27 cd "${S}"
28}
Note: See TracBrowser for help on using the repository browser.