Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 148687 Details for
Bug 85553
app-misc/dbf-0.9.0.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dbf-0.9.0.ebuild
dbf-0.9.0.ebuild (text/plain), 999 bytes, created by
Martin von Gagern
on 2008-04-05 01:47:27 UTC
(
hide
)
Description:
dbf-0.9.0.ebuild
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2008-04-05 01:47:27 UTC
Size:
999 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="1" > >DESCRIPTION="Command line tool read the content of dBASE III, IV, and 5.0 files, and output schema information, CSV files or SQL instruction sets" >HOMEPAGE="http://developer.berlios.de/projects/dbf/" >MY_PN="${PN}-core" >MY_P="${MY_PN}-${PV}" >SRC_URI="mirror://berlios/dbf/${MY_P}.src.zip" >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND="dev-libs/libdbf doc? ( app-text/docbook-sgml-utils )" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${MY_PN}" > >src_unpack() { > unzip "${DISTDIR}/${MY_P}.src.zip" || die "unzip failed" >} > >src_compile() { > cd ${S} > sed -i 's/docbook-to-man/$(DOC_TO_MAN)/' man/Makefile* > chmod u+x configure > if use doc; then > export DOC_TO_MAN=docbook2man > fi > econf || die "econf failed" > emake || die "emake failed" >} > >src_install() { > cd ${S} > chmod u+x install-sh > emake DESTDIR="${D}" install || die "make install failed" > doexe src/dbf >} >
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 85553
:
53646
|
148665
|
148666
|
148684
|
148687
|
153729
|
153731
|
168388