Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20490 Details for
Bug 33106
dev-cpp/libpqpp:-4.0 - simpli- and docified ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A new new .ebuild
libpq++-4.0-r2.ebuild (text/plain), 906 bytes, created by
Mathias Hasselmann
on 2003-11-09 16:16:18 UTC
(
hide
)
Description:
A new new .ebuild
Filename:
MIME Type:
Creator:
Mathias Hasselmann
Created:
2003-11-09 16:16:18 UTC
Size:
906 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Libpq++ is a C++ interface to PostgreSQL." >HOMEPAGE="http://gborg.postgresql.org/project/libpqpp/projdisplay.php" >SRC_URI="ftp://gborg.postgresql.org/pub/libpqpp/stable/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/glibc" >RDEPEND=">=dev-db/postgresql-7.3" > >src_unpack() { > unpack ${A} > > cd "${S}" > > epatch ${FILESDIR}/${PN}-gentoo.patch || die > epatch ${FILESDIR}/${PN}-dirvars.patch || die >} > >src_compile() { > emake \ > POSTGRES_INCDIR=/usr/include \ > POSTGRES_LIBDIR=/usr/lib \ > all || die >} > >src_install() { > dodir /usr/include /usr/lib > > make \ > POSTGRES_INCDIR=${D}/usr/include \ > POSTGRES_LIBDIR=${D}/usr/lib \ > install || die > > dodoc CHANGES README > dohtml docs/*.html > > docinto examples > dodoc examples/{Makefile,*.{cc,sql}} >}
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 33106
:
20486
|
20487
| 20490 |
20491