diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 12:19:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 12:19:01 +0000 |
commit | e1d3dcc0d9f36c82164f26487c37bf7dbe753f65 (patch) | |
tree | 44e164fc667a15b77a8baf7141e9bdbeb5db01c6 /x11-misc/bbmail/bbmail-0.8.2.ebuild | |
parent | cleanup (diff) | |
download | gentoo-2-e1d3dcc0d9f36c82164f26487c37bf7dbe753f65.tar.gz gentoo-2-e1d3dcc0d9f36c82164f26487c37bf7dbe753f65.tar.bz2 gentoo-2-e1d3dcc0d9f36c82164f26487c37bf7dbe753f65.zip |
version bump
Diffstat (limited to 'x11-misc/bbmail/bbmail-0.8.2.ebuild')
-rw-r--r-- | x11-misc/bbmail/bbmail-0.8.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild new file mode 100644 index 000000000000..b79c12309bec --- /dev/null +++ b/x11-misc/bbmail/bbmail-0.8.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.1 2002/08/08 12:19:01 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="blackbox mail notification" +SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" +HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/blackbox" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dobin scripts/bbmailparsefm.pl + dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO +} |