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

(-)ctemplate-0.95.ebuild (-2 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/dev-cpp/ctemplate/ctemplate-0.95.ebuild,v 1.3 2010/02/24 11:19:08 idl0r Exp $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 9-14 Link Here
9
DESCRIPTION="A simple but powerful template language for C++"
9
DESCRIPTION="A simple but powerful template language for C++"
10
HOMEPAGE="http://code.google.com/p/google-ctemplate/"
10
HOMEPAGE="http://code.google.com/p/google-ctemplate/"
11
SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz"
11
SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz"
12
12
LICENSE="BSD"
13
LICENSE="BSD"
13
SLOT="0"
14
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
Lines 29-35 Link Here
29
}
30
}
30
31
31
src_install() {
32
src_install() {
32
	emake -j1 DESTDIR="${D}" install || die "emake install failed"
33
	emake DESTDIR="${D}" install || die "emake install failed"
33
34
34
	# Installs just every piece
35
	# Installs just every piece
35
	rm -rf "${D}/usr/share/doc"
36
	rm -rf "${D}/usr/share/doc"

Return to bug 301463