diff options
author | nick87720z <nick87720z@gmail.com> | 2017-12-05 16:24:36 +0600 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-12 21:38:56 +0100 |
commit | 0bea5c44dbdcf7241cd8fe705ed8c2e5d480cb61 (patch) | |
tree | 1200450020d4f2fcd7e2d1e124f11dec4aa2714f /mail-client/clawsker | |
parent | app-emulation/vagrant: improve ruby version discovery. (diff) | |
download | gentoo-0bea5c44dbdcf7241cd8fe705ed8c2e5d480cb61.tar.gz gentoo-0bea5c44dbdcf7241cd8fe705ed8c2e5d480cb61.tar.bz2 gentoo-0bea5c44dbdcf7241cd8fe705ed8c2e5d480cb61.zip |
mail-client/clawsker: version bump to 1.1.0.
Closes: https://bugs.gentoo.org/623880
Closes: https://github.com/gentoo/gentoo/pull/6447
Diffstat (limited to 'mail-client/clawsker')
-rw-r--r-- | mail-client/clawsker/clawsker-1.1.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail-client/clawsker/clawsker-1.1.0.ebuild b/mail-client/clawsker/clawsker-1.1.0.ebuild new file mode 100644 index 000000000000..6349b17ba969 --- /dev/null +++ b/mail-client/clawsker/clawsker-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Applet to edit Claws Mail's hidden preferences" +HOMEPAGE="http://www.claws-mail.org/clawsker.php" +SRC_URI="http://www.claws-mail.org/tools/${P}.tar.xz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-lang/perl-5.8.0 + >=dev-perl/Gtk2-1.200 + >=dev-perl/Locale-gettext-1.05 + >=mail-client/claws-mail-3.5.0" + +src_compile() { + emake +} + +src_install() { + emake install DESTDIR="${D}" PREFIX=/usr +} |