Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81590 Details for
Bug 63865
additional features for electric
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to add support for IRSIM
electric-7.00-r1.ebuild (text/plain), 1.25 KB, created by
Alex Murray
on 2006-03-07 04:41:28 UTC
(
hide
)
Description:
Updated ebuild to add support for IRSIM
Filename:
MIME Type:
Creator:
Alex Murray
Created:
2006-03-07 04:41:28 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-electronics/electric/electric-7.00.ebuild,v 1.4 2005/09/14 19:30:07 dang Exp $ > >inherit eutils qt3 > >IUSE="qt extras" > >DESCRIPTION="Electric is a sophisticated electrical CAD system that can handle many forms of circuit design" >HOMEPAGE="http://www.gnu.org/software/electric/electric.html" >SRC_URI="http://ftp.gnu.org/pub/gnu/electric/${P}.tar.gz" >EXTRAS_PACKAGE="${PN}sfs-${PV}.tar.gz" >EXTRAS_URI="http://www.staticfreesoft.com/${EXTRAS_PACKAGE}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >DEPEND="virtual/libc > !qt? ( virtual/motif ) > qt? ( $(qt_min_version 3.1) )" > >src_unpack() { > unpack ${A} > if use extras; then > wget ${EXTRAS_URI} || die "Could not fetch extras" > tar -xvf ${EXTRAS_PACKAGE} || die "Could not extract extras package" > cd ${S} > epatch ${FILESDIR}/${P}-enable-extras.patch > fi > cd ${S} > epatch ${FILESDIR}/${PV}-fix-sandbox.patch >} > >src_compile() { > econf || die "./configure failed" > sed -e 's:/usr/local/:/usr/:g' -i src/include/config.h > emake OPTIMIZE="${CXXFLAGS}" || die "make failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > > dodoc ChangeLog COPYING 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 63865
: 81590 |
81591