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

inherit cernlib

DESCRIPTION="CERN's Physics Analysis Workstation data analysis program"
HOMEPAGE="http://wwwasd.web.cern.ch/wwwasd/paw/index.html"
KEYWORDS="~amd64 ~x86"
DEPEND="x11-libs/xbae"

src_unpack() {
	cernlib_unpack
	# fix some path stuff and collision for comis.h, already installed by cernlib
	sed -i \
		-e '/comis.h/d' \
		-e "s/g77/${FORTRANC}/g" \
		"${S}"/debian/add-ons/Makefile || die "sed failed"
	cernlib_patch
}