summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-07-15 19:18:02 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-07-15 19:18:02 +0000
commit0b22171c8e49ff146672728452814fba93af2659 (patch)
treec023d412559f08049722787a6b512f227e055a55 /app-text/c2ps/c2ps-4.0.ebuild
parentinitial release" (diff)
downloadhistorical-0b22171c8e49ff146672728452814fba93af2659.tar.gz
historical-0b22171c8e49ff146672728452814fba93af2659.tar.bz2
historical-0b22171c8e49ff146672728452814fba93af2659.zip
initial release"
Diffstat (limited to 'app-text/c2ps/c2ps-4.0.ebuild')
-rw-r--r--app-text/c2ps/c2ps-4.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/c2ps/c2ps-4.0.ebuild b/app-text/c2ps/c2ps-4.0.ebuild
new file mode 100644
index 000000000000..36ee13437d30
--- /dev/null
+++ b/app-text/c2ps/c2ps-4.0.ebuild
@@ -0,0 +1,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.1 2003/07/15 19:17:53 lanius Exp $
+# Short one-line description of this package.
+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
+}