Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20353 Details for
Bug 32904
new package: Irssi recode module (net-irc/irssi-recode)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
an ebuild
irssi-recode-1.34.ebuild (text/plain), 1.10 KB, created by
delete this account
on 2003-11-06 13:23:18 UTC
(
hide
)
Description:
an ebuild
Filename:
MIME Type:
Creator:
delete this account
Created:
2003-11-06 13:23:18 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >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" > >DEPEND=">=net-irc/irssi-${IRSSI} > >=dev-libs/glib-2.0" >RDEPEND=">=net-irc/irssi-${IRSSI} > >=dev-libs/glib-2.0" >#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 -I${WORKDIR}/irssi-${IRSSI}/src/irc/core \ > -I${WORKDIR}/irssi-${IRSSI}/src/irc/dcc `pkg-config --cflags glib-2.0` -o ${T}/librecode.so ${FILESDIR}/recode.c || die >} > >src_install() { > insinto ${D}usr/lib/irssi/modules > doins ${T}/librecode.so >} > >pkg_postinst() { >einfo "" >einfo ""/load recode" in Irssi and type "/help recode" for help" >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 32904
: 20353 |
20481