Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29124 Details for
Bug 47590
biew-5.6.1.ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
biew-5.6.1.ebuild
biew-5.6.1.ebuild (text/plain), 1.39 KB, created by
Jens Grunert
on 2004-04-12 02:48:02 UTC
(
hide
)
Description:
biew-5.6.1.ebuild
Filename:
MIME Type:
Creator:
Jens Grunert
Created:
2004-04-12 02:48:02 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-util/biew/biew-5.5.0.ebuild,v 1.3 2004/03/17 16:35:28 spock Exp $ > >IUSE="slang ncurses" > >DESCRIPTION="A multiplatform portable viewer of binary files with built-in editor in binary, hexadecimal and disassembler modes." >HOMEPAGE="http://biew.sourceforge.net/" >SRC_URI="mirror://sourceforge/biew/${PN}561.tar.bz2" > >SLOT="0" >KEYWORDS="~x86" >LICENSE="GPL-2" > >DEPEND="ncurses? ( >=sys-libs/ncurses-5.3 ) > slang? ( >=sys-libs/slang-1.4.9 )" >RDEPEND="${DEPEND}" >S="${WORKDIR}/${PN}-561" > >src_unpack() { > unpack ${A} > cd ${S} > > sed -i "s/USE_MOUSE=.*/USE_MOUSE=y/" makefile > sed -i 's:/usr/local:/usr:' biewlib/sysdep/generic/unix/os_dep.c > sed -i "s/CFLAGS += -O2 -fomit-frame-pointer/CFLAGS +=/" makefile.inc > sed -i 's/bool/__bool/g' plugins/bin/ne.c ># sed -i "s/TARGET_OS=.*/TARGET_OS=linux/" makefile >} > >src_compile() { > cd ${S} > > local scrnlib > > if [ `use ncurses` ] ; then > scrnlib="ncurses" > elif [ `use slang` ] ; then > scrnlib="slang" > else > scrnlib="vt100" > fi > > emake HOST_CFLAGS="${CFLAGS}" \ > TARGET_SCREEN_LIB=${scrnlib} || die >} > >src_install() { > dobin biew > dodoc doc/*.txt > > insinto /usr/lib/biew > doins bin_rc/biew.hlp > doins bin_rc/skn/standard.skn > > insinto /usr/lib/biew/skn > doins bin_rc/skn/* > > insinto /usr/lib/biew/xlt > doins bin_rc/xlt/* >}
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 47590
: 29124