Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50476 Details for
Bug 80911
ebuild for fxscintilla 1.62
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fxscintilla ebuild
fxscintilla-1.62.ebuild (text/plain), 1.19 KB, created by
Søren Bøg
on 2005-02-05 14:18:50 UTC
(
hide
)
Description:
fxscintilla ebuild
Filename:
MIME Type:
Creator:
Søren Bøg
Created:
2005-02-05 14:18:50 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.61.ebuild,v 1.5 2004/10/23 13:22:04 kloeri Exp $ > >DESCRIPTION="A free source code editing component for the FOX-Toolkit" >HOMEPAGE="http://www.nongnu.org/fxscintilla" >SRC_URI="http://savannah.nongnu.org/download/fxscintilla/${P}.tar.gz" > >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" >LICENSE="LGPL-2.1" >IUSE="" > >DEPEND=">=x11-libs/fox-1.2.6" > >src_compile () { > econf --enable-shared || die "Configure failed" > emake || die "Make failed" >} > >src_install () { > make DESTDIR="${D}" install || die "make install failed" > dodoc README INSTALL > > # give libraries the .so ># ld --soname libfxscintilla.so.16 --shared ${D}/usr/lib/libfxscintilla.16.0.0 -o ${D}/usr/lib/libfxscintilla.so.16.0.0 ># rm -f ${D}/usr/lib/libfxscintilla.16.0.0 > mv ${D}/usr/lib/libfxscintilla.16.0.0 ${D}/usr/lib/libfxscintilla.so.16.0.0 > rm -f ${D}/usr/lib/libfxscintilla.16 > rm -f ${D}/usr/lib/libfxscintilla > ln -s ${D}/usr/lib/libfxscintilla.so.16.0.0 ${D}/usr/lib/libfxscintilla.so.16 > ln -s ${D}/usr/lib/libfxscintilla.so.16.0.0 ${D}/usr/lib/libfxscintilla.so >}
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 80911
: 50476