blob: 764c6795dd36566c1094b538f37526d546394da5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/biabam/biabam-0.9.7.ebuild,v 1.1 2005/02/10 13:13:46 ferdy Exp $
DESCRIPTION="Biabam is a small commandline tool for sending mail attachments"
HOMEPAGE="http://www.mmj.dk/biabam/"
SRC_URI="http://www.mmj.dk/biabam/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="app-arch/sharutils
app-shells/bash
sys-apps/file
virtual/mta"
src_install() {
dodoc COPYING README
dobin biabam
}
|