Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167938 Details for
Bug 241196
ebuild for IRSIM ( sci-electronics/irsim-9.7.68 )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for IRSIM 9.7.68
irsim-9.7.68.ebuild (text/plain), 1.20 KB, created by
Marios Andreopoulos
on 2008-10-10 21:39:37 UTC
(
hide
)
Description:
ebuild for IRSIM 9.7.68
Filename:
MIME Type:
Creator:
Marios Andreopoulos
Created:
2008-10-10 21:39:37 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="IRSIM is a \"switch-level\" simulator" >HOMEPAGE="http://opencircuitdesign.com/irsim/" >SRC_URI="http://opencircuitdesign.com/irsim/archive/${P}.tgz" > >LICENSE="as-is GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND="sys-libs/ncurses > sys-libs/readline > dev-lang/tcl > dev-lang/tk > dev-tcltk/blt" >DEPEND="${RDEPEND} > app-shells/tcsh" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i -e "s: -pg : :" tcltk/Makefile || die "Patch failed" >} > >src_compile() { > # Short-circuit top-level configure script to retain CFLAGS > cd scripts > CPP="cpp" econf --libdir=/usr/share || die "Configuration failed" > cd .. > emake -j1 || die "Compilation failed" >} > >src_install() { > emake -j1 DESTDIR="${D}" install || die "Installation failed" > dodoc README README.Tcl TODO >} > >pkg_postinst() { > einfo > einfo "You will probably need to add to your ~/.Xdefaults" > einfo "the following line:" > einfo "irsim.background: black" > einfo > einfo "This is needed because Gentoo from default sets a" > einfo "grey background which makes impossible to see the" > einfo "simulation (white line on light gray background)." > einfo >} >
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 241196
: 167938