Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134762 Details for
Bug 77969
[science overlay] Ebuilds for DRAWxtl 44 and 54
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild for DRAWxtl53
drawxtl-53.ebuild (text/plain), 924 bytes, created by
Hannes Krüger
on 2007-10-31 00:22:24 UTC
(
hide
)
Description:
new ebuild for DRAWxtl53
Filename:
MIME Type:
Creator:
Hannes Krüger
Created:
2007-10-31 00:22:24 UTC
Size:
924 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PN="DRAWxtl" >MY_P=${MY_PN}${PV} >DESCRIPTION="This software can be used to produce crystal structure drawings from structural data" >HOMEPAGE="http://www.lwfinger.net/drawxtl/" >SRC_URI="http://home.att.net/~larry.finger/drawxtl/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="5" >KEYWORDS="~amd64 ~x86" >IUSE="examples" > >DEPEND="virtual/opengl > virtual/glut > virtual/glu > >=x11-libs/fltk-1.1.6" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${MY_PN}" > >src_unpack() { > unpack ${A} > epatch "${FILESDIR}/${MY_P}-makefile.patch" || die "patching failed." >} > >src_compile() { > cd source/${MY_P} > emake || die "Build of ${MY_PN} failed." >} > >src_install() { > dobin exe/${MY_P} > > dodoc docs/readme.txt > insinto /usr/share/doc/${P} > doins docs/*.pdf > > if use examples; then > docinto examples > dodoc examples/* > fi >}
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 77969
:
48458
|
48459
|
48826
|
66748
|
66750
|
134758
|
134760
|
134762
|
134764
|
134803
|
134807
|
135244
|
196298
|
196300
|
197193
|
197195
|
251123
|
251125