# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PN="${PN#sylpheed-claws-}-plugin" MY_P="${MY_PN}-${PV}" SC_BASE="1.9.99" DESCRIPTION="Add additional headers with download informations" 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} >=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 ChangeLog README }