2020-06-07 01:17:21 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2017-12-14 09:28:02 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
DESCRIPTION="Applet to edit Claws Mail's hidden preferences"
|
2020-06-07 01:17:21 +03:00
|
|
|
HOMEPAGE="https://www.claws-mail.org/clawsker.php"
|
|
|
|
SRC_URI="https://www.claws-mail.org/tools/${P}.tar.xz"
|
2017-12-14 09:28:02 +03:00
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
2019-10-07 20:29:57 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2017-12-14 09:28:02 +03:00
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
>=dev-lang/perl-5.8.0
|
2017-12-22 15:04:53 +03:00
|
|
|
>=dev-perl/Gtk2-1.200
|
|
|
|
>=dev-perl/Locale-gettext-1.05
|
|
|
|
>=mail-client/claws-mail-3.5.0
|
|
|
|
"
|
2017-12-14 09:28:02 +03:00
|
|
|
|
|
|
|
src_compile() {
|
2017-12-22 15:04:53 +03:00
|
|
|
emake
|
2017-12-14 09:28:02 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
2017-12-22 15:04:53 +03:00
|
|
|
emake install DESTDIR="${D}" PREFIX=/usr
|
2017-12-14 09:28:02 +03:00
|
|
|
}
|