Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120933 Details for
Bug 167649
ossp-uuid (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Suggested ebuild
ossp-uuid-1.6.0.ebuild (text/plain), 1.12 KB, created by
Austen Dicken
on 2007-06-02 11:15:58 UTC
(
hide
)
Description:
Suggested ebuild
Filename:
MIME Type:
Creator:
Austen Dicken
Created:
2007-06-02 11:15:58 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit libtool eutils > >DESCRIPTION="API and CLI for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UUIDs." >HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="-* ~x86" >IUSE="cxx dce debug perl pgsql php" > >SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/uuid-${PV}.tar.gz" > >RDEPEND="perl? ( dev-lang/perl ) > php? ( dev-lang/php )" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/uuid-${PV}" > >src_unpack() { > unpack uuid-${PV}.tar.gz >} > >src_compile() { > local myconf="--prefix=/usr > --libdir=/usr/lib/ossp > --includedir=/usr/include/ossp > --oldincludedir=/usr/include/ossp > --datadir=/usr/share/ossp > $(use_with cxx) \ > $(use_with dce) \ > $(use_with perl) \ > $(use_with php) \ > $(use_enable debug)" > > econf $myconf || die "Configuration failed" > > emake || die "Copilation failed" >} > >src_install() { > make DESTDIR="${D}" install || die "Installation failed" > > dodoc AUTHORS ChangeLog HISTORY INSTALL NEWS OVERVIEW PORTING README* SEEALSO THANKS TODO* >}
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 167649
:
120933
|
120944
|
120967
|
120969