blob: 827661fb45dc73afa7e0d882eb4f6f26aef62c6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.11 2012/06/04 18:54:14 xmw Exp $
DESCRIPTION="blackbox mail notification"
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail"
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="x11-wm/blackbox"
RDEPEND="${DEPEND}"
src_install() {
emake DESTDIR="${D}" install || die
dobin scripts/bbmailparsefm.pl
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
}
|