# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P="${P##sylpheed-claws-}" SC_BASE="1.9.99" DESCRIPTION="Sign and verify mails with s/mime or pgp" HOMEPAGE="http://claws.sylpheed.org" SRC_URI="mirror://sourceforge/sylpheed-claws/sylpheed-claws-external-plugins-${SC_BASE}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} net-libs/libetpan" S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install rm -f ${D}usr/lib*/sylpheed-claws/plugins/*.{a,la} dodoc AUTHORS ChangeLog README }