Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3311 - version bump and new SRC_URI to net-mail/mailfilter
Summary: version bump and new SRC_URI to net-mail/mailfilter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-01 20:09 UTC by mikepolniak
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikepolniak 2002-06-01 20:09:49 UTC
This is a version bump to net-mail/mailfilter. 
Latest is v0.4.0 with a new SRC_URI  as follows:

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: mike polniak <mikpolniak@adelphia.net>
# /space/gentoo/cvsroot/gentoo-x86/net-mail/mailfilter/mailfilter-0.3.1.ebuild,v 1.3 
2002/05/27 17:27:39 drobbins Exp

S=${WORKDIR}/${P}
DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/mailfilter/${P}.tar.gz"
HOMEPAGE="http://mailfilter.sourceforge.net/index.html"

DEPEND="virtual/glibc 
	nls? ( sys-devel/gettext )"

src_compile() {

	local myconf
	if [ -z "`use nls`" ]
	then
          myconf="${myconf} --disable-nls"
	fi

	./configure \
		--host=${CHOST} \
		--prefix=/usr \
		--infodir=/usr/share/info \
		--mandir=/usr/share/man ${myconf} || die "./configure failed"
	make || die
}

src_install () {

	make DESTDIR=${D} install || die
	dodoc INSTALL doc/FAQ doc/rcfile.example1 doc/rcfile.example2


}
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-06-06 00:50:29 UTC
Committed.. thx