Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5528 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]
docbook to man needed for libosip to build
docbook-to-man-0.0.ebuild (text/plain), 1.47 KB, created by
Ben de Luca
on 2002-11-10 06:51:50 UTC
(
hide
)
Description:
docbook to man needed for libosip to build
Filename:
MIME Type:
Creator:
Ben de Luca
Created:
2002-11-10 06:51:50 UTC
Size:
1.47 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. > >S="${WORKDIR}/docbook-to-man" >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 ${P}.tar.gz && cd ${S} > #fix docbook call > sed -e 's:/usr/local:/usr/:g' < ./Makefile > ./doc/Makefile.new > mv --force ./Makefile.new ./Makefile > sed -e 'extern char *strchr();:/*extern char *strchr();*/' < ./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. > xmkmf || die > make Makefiles || die > make includes || die > make depend || die >} > >src_install () { > make DESTDIR=${D} install || die > # If the above installs anything outside of DESTDIR, try the following. > #make \ > # prefix=${D}/usr \ > # mandir=${D}/usr/share/man \ > # infodir=${D}/usr/share/info \ > # install || die > > # Install documentation. > dodoc README >}
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