Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73662 Details for
Bug 105253
dev-db/pxlib, dev-db/pxview: utilities for browsing paradox databases (new packages)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pxlib-0.5.1-r1
pxlib-0.5.1.ebuild (text/plain), 1.19 KB, created by
Stefan de Konink
on 2005-11-26 17:30:07 UTC
(
hide
)
Description:
pxlib-0.5.1-r1
Filename:
MIME Type:
Creator:
Stefan de Konink
Created:
2005-11-26 17:30:07 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="pxlib is a simply and still small C library to read and write >Paradox DB files." >HOMEPAGE="http://pxlib.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="gsf" > >DEPEND="gsf? ( gnome-extra/libgsf )" > >src_compile() { > local myconf > if use gsf ; then > myconf="${myconf} --with-gsf" > else > myconf="${myconf} --without-gsf" > fi > > econf ${myconf} || die "Could not configure" > emake || die "Error building ${PN}" > > # Manually build the docs since it seems the autoconf system+Makefile > # requires docbook-to-man and not docbook2man (which works slightly > # different). Additionally the sgml files seems to be broken, having > # the page names in all upper case instead of case-sensitive (eg, PX_close). > einfo "Building manpages" > cd doc > for i in *.sgml; do > pagename=$(basename "$i" .sgml) > ucase_pagename=$(echo "${pagename}" | tr '[:lower:]' '[:upper:]') > sed -i -e "s:${ucase_pagename}:${pagename}:" "$i" > /usr/bin/docbook2man "$i" > done >} > >src_install() { > make install DESTDIR=${D} > doman doc/px*.[1-8] >}
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 105253
:
67934
|
67935
|
68161
|
68162
|
68231
|
68232
|
68368
|
68369
|
73659
|
73660
|
73661
| 73662 |
73663
|
277181