summaryrefslogtreecommitdiff
blob: 9d402a2485bb767744466324e5a8adff604211ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="GNU ccScript"
HOMEPAGE="http://www.gnu.org/software/ccscript/"
SRC_URI="mirror://gnu/ccscript/${P}.tar.gz"

KEYWORDS="~x86"
LICENSE="GPL-2"
IUSE=""
SLOT="0"

RDEPEND=">=dev-cpp/commoncpp2-1.3.0"
DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR=${D} install || die
	dodoc README ChangeLog AUTHORS NEWS TODO
}