Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21031 Details for
Bug 34020
an updated net-irc/irssi-recode ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the updated ebuild
irssi-recode-1.5.ebuild (text/plain), 1.15 KB, created by
delete this account
on 2003-11-21 07:49:29 UTC
(
hide
)
Description:
the updated ebuild
Filename:
MIME Type:
Creator:
delete this account
Created:
2003-11-21 07:49:29 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-irc/irssi-recode/irssi-recode-1.36.ebuild,v 1.2 2003/11/20 06:09:29 gregf Exp $ > >IRSSI="0.8.6" > >DESCRIPTION="A third party character set converting module for the Irssi IRC client" >SRC_URI="http://irssi.org/files/irssi-${IRSSI}.tar.bz2" >HOMEPAGE="http://lefort.be.eu.org/irssi/" > >DEPEND=">=net-irc/irssi-${IRSSI} > >=dev-libs/glib-2.0" >RDEPEND="" >#Irssi needs to be compiled with glib-2 > >SLOT="0" >LICENSE="BSD" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" > >src_compile() { > touch ${WORKDIR}/irssi-${IRSSI}/config.h && > gcc -g -shared -DHAVE_CONFIG_H -I${WORKDIR}/irssi-${IRSSI} -I${WORKDIR}/irssi-${IRSSI}/src \ > -I${WORKDIR}/irssi-${IRSSI}/src/core -I${WORKDIR}/irssi-${IRSSI}/src/fe-common/core \ > `pkg-config --cflags glib-2.0` -o ${T}/librecode.so ${FILESDIR}/recode.c || die >} > >src_install() { > insinto /usr/lib/irssi/modules > doins ${T}/librecode.so >} > >pkg_postinst() { >einfo "" >einfo "Type /load recode in Irssi to load this module." >einfo "See ${FILESDIR}/recode.c for more information." >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 34020
: 21031 |
21032