# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # $Id$ inherit libtool DESCRIPTION="PBSUMMARY" HOMEPAGE="PBURL" #SRC_URI="PBREPO/PBSRC" SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ia64 ~amd64 -*" IUSE="" DEPEND="${RDEPEND}" RDEPEND="dev-util/projectbuilder" MANDIR="/usr/share/man" S="${WORKDIR}/${PN/-rescue/}-${PV}" src_unpack() { unpack ${A} cd "${S}" }