summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:16:48 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-24 15:16:48 +0000
commite3197a02434e96daaef9a98e87e07bf35a3ca6f9 (patch)
tree0b63013ee80f95532ee1a68fc06876b4c9b5156d /sci-calculators/hexcalc/hexcalc-1.11.ebuild
parentadded ~ppc64 (diff)
downloadhistorical-e3197a02434e96daaef9a98e87e07bf35a3ca6f9.tar.gz
historical-e3197a02434e96daaef9a98e87e07bf35a3ca6f9.tar.bz2
historical-e3197a02434e96daaef9a98e87e07bf35a3ca6f9.zip
Moving from "app-sci/hexcalc" to "sci-calculators"
Diffstat (limited to 'sci-calculators/hexcalc/hexcalc-1.11.ebuild')
-rw-r--r--sci-calculators/hexcalc/hexcalc-1.11.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-calculators/hexcalc/hexcalc-1.11.ebuild b/sci-calculators/hexcalc/hexcalc-1.11.ebuild
new file mode 100644
index 000000000000..9dc4fb502c88
--- /dev/null
+++ b/sci-calculators/hexcalc/hexcalc-1.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/hexcalc/hexcalc-1.11.ebuild,v 1.1 2004/12/24 15:16:48 ribosome Exp $
+
+DESCRIPTION="A simple hex calculator for X"
+HOMEPAGE="ftp://ftp.x.org/R5contrib/"
+SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+S=${WORKDIR}/${PN}
+
+
+src_compile() {
+ xmkmf || die
+ make || die
+}
+
+src_install() {
+
+ dobin hexcalc
+ mv hexcalc.man hexcalc.1
+ doman hexcalc.1
+}