Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 4341 Details for
Bug 8618
New version of net-im/naim (0.11.3)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
naim-0.11.3.ebuidl
naim-0.11.3.ebuild (text/plain), 1.36 KB, created by
CJ Kucera
on 2002-10-01 12:36:45 UTC
(
hide
)
Description:
naim-0.11.3.ebuidl
Filename:
MIME Type:
Creator:
CJ Kucera
Created:
2002-10-01 12:36:45 UTC
Size:
1.36 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/net-im/naim/naim-0.11.2.ebuild,v 1.4 2002/07/17 09:08:09 seemant Exp $ > ># Note that the SRC_URI does not point to the official homepage. ># site.rpi-acm.org uses time-based hashes for all their links, making ># automated downloading problematic (you'd first have to load the ># homepage URL and then look in the HTML to find the link that would ># actually work). The www.acm.cs.rpi.edu site does mirror the latest ># version of naim, however, so it should work for now. >S=${WORKDIR}/${P} >SRC_URI="http://www.acm.cs.rpi.edu/~n/dev.n.ml.org/${P}.tar.gz" >DESCRIPTION="An ncurses AOL Instant Messenger." >HOMEPAGE="http://site.rpi-acm.org/info/naim/" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" > >DEPEND=">=sys-libs/ncurses-5.2" > >src_unpack() { > > unpack ${A} > > # Naim's Makefile.in tries to remove some files during the > # install, which creates problems. Fix it. > cd ${S}/src > cp Makefile.in Makefile.in.orig > sed -e "s/install: install-am install-global-cleanup/install: install-am #install-global-cleanup\1/" \ > Makefile.in.orig > Makefile.in > >} > >src_compile() { > > cd ${S} > ./configure --prefix=/usr --host=${CHOST} || die > emake || die > >} > >src_install() { > > make DESTDIR=${D} install || die > > dodoc AUTHORS ChangeLog NEWS README TODO VERSIONS >}
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 8618
: 4341