Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5530 Details for
Bug 10519
linphone ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
a working ebuild for docbock
docbook-to-man-0.0.ebuild (text/plain), 1.34 KB, created by
Ben de Luca
on 2002-11-10 08:07:06 UTC
(
hide
)
Description:
a working ebuild for docbock
Filename:
MIME Type:
Creator:
Ben de Luca
Created:
2002-11-10 08:07:06 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Maintainer: Ben de Luca <c9415120@alinga.newcastle.edu.au> ># $Header:$ > ># This ebuild was generated by Ebuilder v0.4. > > >DESCRIPTION="a batch converter that transforms UNIX-style manpages from the DocBook SGML DTD into nroff/troff -man macros." >SRC_URI="http://www.oasis-open.org/docbook/tools/dtm/${PN}.tar.gz" >HOMEPAGE="http://www.oasis-open.org/docbook/tools/dtm" >LICENSE="UNKNOWN" >DEPEND="" > >src_unpack() { > unpack docbook-to-man.tar.gz && cd docbook-to-man > #fix docbook call > sed -e 's:/usr/local:/usr/:g' < ./Makefile > ./Makefile.new > mv --force ./Makefile.new ./Makefile > > sed -e '708,708d' -e '807,807d' < ./Instant/tptregexp/regexp.c >./Instant/tptregexp/regexp.c.new > #sed -e 's:extern char *strchr();: :g' < ./Instant/tptregexp/regexp.c > ./Instant/tptregexp/regexp.c.new > mv --force ./Instant/tptregexp/regexp.c.new ./Instant/tptregexp/regexp.c >} > > > >src_compile() { > # Ebuilder found an Imakefile. You should most likely use xmkmf. > # Ebuilder doesn't really understand xmkmf so you will have to > # configure things on your own. > # > # Here is something to get you started. > > cd ${WORKDIR}/docbook-to-man > echo $PWD > make >} > >src_install () { > cd ${WORKDIR}/docbook-to-man > into usr > dobin ./cmd/docbook-to-man ./Instant/instant > }
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 10519
:
5526
|
5527
|
5528
| 5530 |
5531