diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-02-10 13:13:46 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-02-10 13:13:46 +0000 |
commit | 79d5df225abc51fa55db9d90f895bb51cfa5359c (patch) | |
tree | 938d82caba1376949b5da7d1feb852764f63b4c9 /mail-client/biabam/biabam-0.9.7.ebuild | |
parent | Version bump as per bug #80946. Big filesdir file removed with prev ebuild (diff) | |
download | historical-79d5df225abc51fa55db9d90f895bb51cfa5359c.tar.gz historical-79d5df225abc51fa55db9d90f895bb51cfa5359c.tar.bz2 historical-79d5df225abc51fa55db9d90f895bb51cfa5359c.zip |
Initial commit of biabam. Closes #64400. Thanks to: Martin Ehmsen <martin@ehmsen.org>
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'mail-client/biabam/biabam-0.9.7.ebuild')
-rw-r--r-- | mail-client/biabam/biabam-0.9.7.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mail-client/biabam/biabam-0.9.7.ebuild b/mail-client/biabam/biabam-0.9.7.ebuild new file mode 100644 index 000000000000..764c6795dd36 --- /dev/null +++ b/mail-client/biabam/biabam-0.9.7.ebuild @@ -0,0 +1,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 +} |