diff options
Diffstat (limited to 'mail-client/kbiff/kbiff-3.7.1.ebuild')
-rw-r--r-- | mail-client/kbiff/kbiff-3.7.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail-client/kbiff/kbiff-3.7.1.ebuild b/mail-client/kbiff/kbiff-3.7.1.ebuild new file mode 100644 index 000000000000..5088d9dd6288 --- /dev/null +++ b/mail-client/kbiff/kbiff-3.7.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.7.1.ebuild,v 1.1 2004/11/18 23:35:57 motaboy Exp $ + +inherit kde + +DESCRIPTION="KDE new mail notification utility (biff)" +HOMEPAGE="http://www.granroth.org/kbiff/" +SRC_URI="http://devel-home.kde.org/~granroth/${PN}/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" +IUSE="" + +DEPEND=">=kde-base/kdebase-3" +need-kde 3 + +src_unpack() { + kde_src_unpack + + use arts || epatch ${FILESDIR}/${P}-configure-arts.patch +}
\ No newline at end of file |