Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32890 Details for
Bug 53252
Update: app-text/crm114/crm114-20040601.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for crm114-20040601-BlameKyoto
crm114-20040601.ebuild (text/plain), 1.88 KB, created by
John Hampton
on 2004-06-07 15:32:06 UTC
(
hide
)
Description:
ebuild for crm114-20040601-BlameKyoto
Filename:
MIME Type:
Creator:
John Hampton
Created:
2004-06-07 15:32:06 UTC
Size:
1.88 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/app-text/crm114/crm114-20040212.ebuild,v 1.1 2004/03/22 10:29:09 seemant Exp $ > >IUSE="nls static" > >MY_P=${P}-BlameKyoto.src >S=${WORKDIR}/${MY_P} >DESCRIPTION="A powerful text processing tools, mainly used for spam filtering" >HOMEPAGE="http://crm114.sourceforge.net/" >#SRC_URI="mirror://sourceforge/crm114/${MY_P}.tar.gz" >SRC_URI="http://crm114.sourceforge.net/${MY_P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >TREVERS="tre-0.6.8" > >DEPEND=">=sys-apps/sed-4 > virtual/glibc > mail-filter/procmail > emacs? ( app-emacs/mew ) > !emacs? ( net-mail/metamail ) > !static? ( >=dev-libs/${TREVERS} )" > > >src_unpack() { > unpack ${A} > > cd ${S} > sed -i \ > -e "s#^CFLAGS.*#CFLAGS+=${CFLAGS} -I.#" \ > Makefile > > if [ `use static` ] ; then > sed -i \ > -e "s#-ltre#-L${S}/${TREVERS}/lib/.libs/ -ltre#g" \ > Makefile > else > sed -i \ > -e "s#-static##g" \ > Makefile > fi > > epatch ${FILESDIR}/crm114-20040601-mailfilter.patch > > cd ${S}/${TREVERS} > chmod +x configure >} > >src_compile() { > # Build TRE library. > if [ `use static` ] ; then > cd ${S}/${TREVERS} > econf \ > `use_enable nls` \ > `use_enable static` \ > --enable-system-abi \ > --disable-profile \ > --disable-agrep \ > --disable-debug || die > emake || die > fi > > # Build crm114 > cd ${S} > emake || die >} > >src_install() { > cd ${S} > dobin crm114 cssutil cssdiff cssmerge > dosym crm114 /usr/bin/crm > > dodoc COLOPHON.txt CRM114_Mailfilter_HOWTO.txt FAQ.txt INTRO.txt > dodoc QUICKREF.txt classify_details.txt inoc_passwd.txt > dodoc knownbugs.txt things_to_do.txt README > > mkdir ${D}/usr/share/${PN} > cp -a *.crm ${D}/usr/share/${PN} > cp -a *.cf ${D}/usr/share/${PN} > cp -a *.mfp ${D}/usr/share/${PN} >} > >pkg_postinst() { > echo > einfo "The spam-filter CRM files are installed in /usr/share/${PN}." > echo >}
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 53252
: 32890 |
32891