Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 471090
Collapse All | Expand All

(-)clawsker-0.7.10.ebuild (-2 / +9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/clawsker/clawsker-0.7.10.ebuild,v 1.1 2013/05/22 21:47:18 fauli Exp $
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/clawsker/clawsker-0.7.10.ebuild,v 1.1 2013/05/22 21:47:18 fauli Exp $
4
4
5
EAPI=5
6
inherit eutils
7
5
DESCRIPTION="Applet to edit Claws Mail's hidden preferences."
8
DESCRIPTION="Applet to edit Claws Mail's hidden preferences."
6
HOMEPAGE="http://www.claws-mail.org/clawsker/"
9
HOMEPAGE="http://www.claws-mail.org/clawsker/"
7
SRC_URI="http://www.claws-mail.org/tools/${P}.tar.gz"
10
SRC_URI="http://www.claws-mail.org/tools/${P}.tar.gz"
Lines 15-24 Link Here
15
	>=dev-perl/Locale-gettext-1.05
18
	>=dev-perl/Locale-gettext-1.05
16
	>=mail-client/claws-mail-3.5.0"
19
	>=mail-client/claws-mail-3.5.0"
17
20
21
src_prepare() {
22
	strip-linguas -i "${S}"/po
23
}
24
18
src_compile() {
25
src_compile() {
19
	emake || die
26
	emake LINGUAS="${LINGUAS}"
20
}
27
}
21
28
22
src_install() {
29
src_install() {
23
	emake install DESTDIR="${D}" PREFIX=/usr || die
30
	emake LINGUAS="${LINGUAS}" DESTDIR="${D}" PREFIX=/usr install
24
}
31
}

Return to bug 471090