Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18290 Details for
Bug 20163
Request new ebuild: Radiance
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild.
radiance-3.5.0.ebuild (text/plain), 1.40 KB, created by
James Harlow (RETIRED)
on 2003-09-24 19:21:28 UTC
(
hide
)
Description:
Ebuild.
Filename:
MIME Type:
Creator:
James Harlow (RETIRED)
Created:
2003-09-24 19:21:28 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 2003 James Harlow. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >SRC_URI="http://radsite.lbl.gov/radiance/dist/rad3R5.tar.gz" >IUSE="" >KEYWORDS="~x86 ~ppc ~alpha ~sparc ~sparc64" >HOMEPAGE="http://radsite.lbl.gov/radiance/" >DESCRIPTION="Radiance is a suite of programs for the analysis and visualization of lighting in design." > >S="${WORKDIR}/ray" > > >DEPENDS="app-shells/tcsh" > >src_unpack() { > > unpack ${A} > > # automate the interactive installation. > epatch ${FILESDIR}/${PN}-3.5.0-install_script.patch > > # fix a weirdness in the included libtiff configure script. > epatch ${FILESDIR}/${PN}-3.5.0-libtiff-configure-sed-script.patch > > # fix a wrongly-defined macro. > epatch ${FILESDIR}/${PN}-3.5.0-fixed-check-macro.patch > > # fix a glibc-2.2 specificity. > epatch ${FILESDIR}/${PN}-3.5.0-include-errno-h.patch >} > >src_compile () { > # annoyingly-broken makefiles means we need to compile in _install. > echo >} > >src_install() { > ./makeall install > > mkdir -p ${D}/etc/env.d/ > echo RAYPATH="/usr/share/radiance/" > ${D}/etc/env.d/80radiance > > # no doshare. > cp -a ${S}/lib ${D}/usr/share/radiance/ > cp -a ${S}/obj ${D}/usr/share/radiance/ > rm -rf $(find ${D}/usr/share/radiance/ -name 'CVS') > > doman ${S}/doc/man/man{1,3,5}/* > dohtml ${S}/doc/ray.html > > mkdir -p ${D}/usr/share/doc/{PF}/{pdf,ps} > cp ${S}/doc/pdf/*.pdf ${D}/usr/share/doc/{PF}/pdf/ > cp ${S}/doc/ps/*.ps ${D}/usr/share/doc/{PF}/ps/ > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 20163
:
18290
|
18291
|
18292
|
20856