# 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="Plugin for sylpheed-claws to operate on maildir type mailboxes" 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="~amd64 ~sparc ~x86" IUSE="" DEPEND=">=mail-client/sylpheed-claws-${SC_BASE} >=x11-libs/gtk+-2.4" S="${WORKDIR}/${MY_P}" src_install() { make DESTDIR="${D}" install rm -f ${D}usr/lib*/sylpheed-claws/plugins/*.{a,la} dodoc AUTHORS ChangeLog README }