Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19668 Details for
Bug 31812
new tDOM ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tdom-0.7.8.ebuild
tdom-0.7.8.ebuild (text/plain), 674 bytes, created by
Lee Denison
on 2003-10-23 05:31:14 UTC
(
hide
)
Description:
tdom-0.7.8.ebuild
Filename:
MIME Type:
Creator:
Lee Denison
Created:
2003-10-23 05:31:14 UTC
Size:
674 bytes
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header:$ > >DESCRIPTION="XML manipulation library for TCL" >HOMEPAGE="http://www.tdom.org" >SRC_URI="http://tdom.org/tDOM-0.7.8.tar.gz" >LICENSE="MPL-1.1" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" > >DEPEND=">=tcl-8.4.3" >RDEPEND=">=tcl-8.4.3" > >S="${WORKDIR}/tDOM-0.7.8" > >src_unpack() { > unpack tDOM-0.7.8.tar.gz >} > >src_compile() { > cd ${S}/unix > > ../configure --host=${CHOST} \ > --prefix=/usr \ > --enable-threads \ > --disable-tdomalloc \ > || die "failed to configure" > > emake || die "failed to compile" >} > >src_install() { > cd ${S}/unix > > emake DESTDIR=${D} install >}
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 31812
:
19668
|
19721
|
21583
|
43382