blob: 7779bbad5966653d534cda74603c0ecaabab8da9 [file] [log] [blame]
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Applet to edit Claws Mail's hidden preferences"
HOMEPAGE="http://www.claws-mail.org/clawsker/"
SRC_URI="http://www.claws-mail.org/tools/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.8.0
>=dev-perl/gtk2-perl-1.200
>=dev-perl/Locale-gettext-1.05
>=mail-client/claws-mail-3.5.0"
src_compile() {
emake || die
}
src_install() {
emake install DESTDIR="${D}" PREFIX=/usr || die
}