/[gentoo-x86]/mail-client/clawsker/clawsker-0.7.8.ebuild
Gentoo

Contents of /mail-client/clawsker/clawsker-0.7.8.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Wed Aug 1 22:43:40 2012 UTC (9 months, 2 weeks ago) by fauli
Branch: MAIN
version bump

(Portage version: 2.1.10.65/cvs/Linux i686)

1 fauli 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: /var/cvsroot/gentoo-x86/mail-client/clawsker/clawsker-0.7.7.ebuild,v 1.3 2012/07/03 11:14:08 ago Exp $
4    
5     DESCRIPTION="Applet to edit Claws Mail's hidden preferences."
6     HOMEPAGE="http://www.claws-mail.org/clawsker/"
7     SRC_URI="http://www.claws-mail.org/tools/${P}.tar.gz"
8     LICENSE="GPL-3"
9     SLOT="0"
10     KEYWORDS="~amd64 ~x86"
11     IUSE=""
12    
13     RDEPEND=">=dev-lang/perl-5.8.0
14     >=dev-perl/gtk2-perl-1.200
15     >=dev-perl/Locale-gettext-1.05
16     >=mail-client/claws-mail-3.5.0"
17    
18     src_compile() {
19     emake || die
20     }
21    
22     src_install() {
23     emake install DESTDIR="${D}" PREFIX=/usr || die
24     }

  ViewVC Help
Powered by ViewVC 1.1.13