summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild')
-rw-r--r--mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild b/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild
index 943b3fc11802..fbe8fb42c0d9 100644
--- a/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild
+++ b/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild,v 1.1 2007/01/09 22:51:27 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-cachesaver/claws-mail-cachesaver-0.10.4.ebuild,v 1.2 2008/02/13 20:46:24 ticho Exp $
MY_P="${P#claws-mail-}"
-DESCRIPTION="Plugin for sylpheed-claws to automatically save the cache regulary to avoid folder rebuilds in case of a crash"
+DESCRIPTION="Saves the cache regularly to avoid folder rebuild in case of a crash."
HOMEPAGE="http://www.claws-mail.org"
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND=">=mail-client/claws-mail-2.7.0"
+DEPEND=">=mail-client/claws-mail-2.7.0
+ dev-util/pkgconfig"
S="${WORKDIR}/${MY_P}"
@@ -20,5 +21,5 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS
# kill useless files
- rm -f ${D}/usr/lib*/claws-mail/plugins/*.{a,la}
+ rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
}