aboutsummaryrefslogtreecommitdiff
blob: 18bbc52d1d311d207f380e33771a065db8d0c3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DEB_PN="${PN}321"
DEB_PV="${PV}.dfsg"
DEB_PR="4"

inherit cernlib

DESCRIPTION="CERN's detector description and simulation Tool"
HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/geant/index.html"
DEPEND="sci-physics/paw"

S=${WORKDIR}/${DEB_PN}-${DEB_PV}.orig

src_unpack() {
	unpack ${A}
	epatch ${DEB_PN}_${DEB_PV}-${DEB_PR}.diff
	rm -f ${DEB_PN}_${DEB_PV}-${DEB_PR}.diff	
	cernlib_patch
}