Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17936 Details for
Bug 25334
ebuild for CMake (required for building VTK)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cmake 1.8.1 ebuild
cmake-1.8.1.ebuild (text/plain), 633 bytes, created by
Cameron MacFarland
on 2003-09-17 22:02:50 UTC
(
hide
)
Description:
cmake 1.8.1 ebuild
Filename:
MIME Type:
Creator:
Cameron MacFarland
Created:
2003-09-17 22:02:50 UTC
Size:
633 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit debug flag-o-matic >strip-flags > >SHORT_PV=1.8 > >DESCRIPTION="Cross platform Make" >HOMEPAGE="http://www.cmake.org/" >SRC_URI="http://www.cmake.org/files/v${SHORT_PV}/${P}.tar.gz" >LICENSE="CMake" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~alpha" >IUSE="" > >DEPEND="sys-libs/glibc" > >S=${WORKDIR}/${P} > >src_compile() { > ./bootstrap \ > --prefix=/usr \ > --docdir=/share/doc/${PN} \ > --datadir=/share/${PN} \ > --mandir=/share/man || die "./bootstrap failed" > emake || die >} > >src_install() { > einstall || die >}
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 25334
:
15052
|
17935
| 17936 |
19342