summaryrefslogtreecommitdiff
blob: 5e4af8c693d412168e55dc72f67c321922d3b17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-text/c2ps/c2ps-4.0.ebuild,v 1.2 2003/07/15 19:18:28 lanius Exp $

DESCRIPTION="Generates a beautified ps document from a source file (c/c++)"
SRC_URI="http://www.cs.technion.ac.il/users/c2ps/${P}.tar.gz"
HOMEPAGE="http://www.cs.technion.ac.il/users/c2ps"
LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"
IUSE=""

src_compile() {
	emake || die
}

src_install () {
	dodir /usr/bin /usr/man/man1
	make PREFIX=${D}/usr install || die
	dodoc COPYING README
}