Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120967 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]
ossp-uuid-1.6.0.ebuild
ossp-uuid-1.6.0.ebuild (text/plain), 1.38 KB, created by
Austen Dicken
on 2007-06-02 18:08:08 UTC
(
hide
)
Description:
ossp-uuid-1.6.0.ebuild
Filename:
MIME Type:
Creator:
Austen Dicken
Created:
2007-06-02 18:08:08 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils libtool multilib > >MY_PN="${PN/ossp-/}" >MY_P="${MY_PN}-${PV}" > >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/" >SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="cxx dce debug perl php postgres" > >RDEPEND="perl? ( dev-lang/perl ) > php? ( dev-lang/php ) > postgres? ( dev-db/postgresql )" >DEPEND="${RDEPEND}" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" > elibtoolize >} > >src_compile() { > econf --prefix=/usr \ > --libdir=/usr/$(get_libdir)/ossp \ > --includedir=/usr/include/ossp \ > --oldincludedir=/usr/include/ossp \ > --datadir=/usr/share/ossp \ > $(use_with cxx) \ > $(use_with dce) \ > $(use_with perl) \ > $(use_with perl perl-compat) \ > $(use_with php) \ > $(use_with postgres pgsql) \ > $(use_enable debug) || die "Configuration failed" > > # Patching the pgsql makefile to respect pg_config's --includedir, > # --includedir-server, and --libdir > epatch "${FILESDIR}"/${P}-pg_config.patch > > emake || die "Copilation failed" >} > >src_install() { > emake 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