Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 4129 Details for
Bug 8295
New ebuild for new upstream release of app-text/djvu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for djvu-3.5.8
djvu-3.5.8.ebuild (text/plain), 1.61 KB, created by
Christian V. J. Brüssow
on 2002-09-24 04:52:29 UTC
(
hide
)
Description:
Ebuild for djvu-3.5.8
Filename:
MIME Type:
Creator:
Christian V. J. Brüssow
Created:
2002-09-24 04:52:29 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.7.ebuild,v 1.2 2002/08/16 02:42:01 murphy Exp $ > >MY_P="${PN}libre-${PV}" >DESCRIPTION="A web-centric format and software platform for distributing documents and images." >HOMEPAGE="http://djvu.sourceforge.net" >SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/djvu/${MY_P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 sparc sparc64" > ># Build-time dependencies, such as >DEPEND=">=qt-3.0.4.20020606-r1 > >=jpeg-6b-r2" > ># Run-time dependencies, same as DEPEND if RDEPEND isn't defined: >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P} > >src_compile() { > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > make depend || die > emake || die >} > >src_install() { > make \ > prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > infodir=${D}/usr/share/info \ > install || die > # Again, verify the Makefiles! We don't want anything falling > # outside of ${D}. >} > >pkg_postinst() { > # The package installs the browser plugins into > # /usr/lib/netscape/plugins, so we need to move them to the > # appropriate mozilla directory. when mozilla is installed. > if [ -d /usr/lib/mozilla/plugins/ -a \ > -f /usr/lib/netscape/plugins/nsdejavu.so ] > then > cp /usr/lib/netscape/plugins/nsdejavu.so /usr/lib/mozilla/plugins > fi >} > >pkg_postrm() { > # Maybe we must remove the plugin from the mozilla plugins dir. > if [ -f /usr/lib/mozilla/plugins/nsdejavu.so ] > then > rm /usr/lib/mozilla/plugins/nsdejavu.so > fi >} > >
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 8295
: 4129