diff options
Diffstat (limited to 'x11-plugins/wmail/wmail-2.2.ebuild')
-rw-r--r-- | x11-plugins/wmail/wmail-2.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/wmail/wmail-2.2.ebuild b/x11-plugins/wmail/wmail-2.2.ebuild new file mode 100644 index 000000000000..6491f6f02064 --- /dev/null +++ b/x11-plugins/wmail/wmail-2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Window Maker dock application showing incoming mail" +HOMEPAGE="https://www.dockapps.net/wmail" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:=" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog README wmailrc-sample) + +src_configure() { + econf --enable-delt-xpms +} |