diff options
Diffstat (limited to 'mail-client/claws-mail-address_keeper')
3 files changed, 38 insertions, 0 deletions
diff --git a/mail-client/claws-mail-address_keeper/Manifest b/mail-client/claws-mail-address_keeper/Manifest new file mode 100644 index 00000000000..8a3f51704a3 --- /dev/null +++ b/mail-client/claws-mail-address_keeper/Manifest @@ -0,0 +1 @@ +DIST address_keeper-1.0.7.tar.gz 381829 SHA256 ed3f1aee0ff9d4f9879938a8f3615ddb7d037b666d2cebbf65dcb45b8937b019 SHA512 243061c74735f212586504d572337ba8e70373058c76bfda67a0837996de9843c929d0301788845121bed4dcf15df4bb8dff4002b3c66a10f1d0f95bee9b745d WHIRLPOOL 64d3ec1ba13fb79d2455ba8f7cf6e978901699064a32b2471629a4f8ead8c1f4d20b7809540bdbbc1e977a8e62dec715e65f31824f412e73ae42695cea99df3b diff --git a/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.7.ebuild b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.7.ebuild new file mode 100644 index 00000000000..17a284e68d1 --- /dev/null +++ b/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.7.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +MY_P="${P#claws-mail-}" + +DESCRIPTION="Plugin for Claws to collect all recipients in an address book folder" +HOMEPAGE="http://www.claws-mail.org/" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" +RDEPEND="~mail-client/claws-mail-3.9.0" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README + + # kill useless files + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} +} diff --git a/mail-client/claws-mail-address_keeper/metadata.xml b/mail-client/claws-mail-address_keeper/metadata.xml new file mode 100644 index 00000000000..df7c388592e --- /dev/null +++ b/mail-client/claws-mail-address_keeper/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <maintainer> + <email>fauli@gentoo.org</email> + <name>Christian Faulhammer</name> + </maintainer> +</pkgmetadata> |