summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/gcam/gcam-2009.05.31.ebuild')
-rw-r--r--sci-misc/gcam/gcam-2009.05.31.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-misc/gcam/gcam-2009.05.31.ebuild b/sci-misc/gcam/gcam-2009.05.31.ebuild
new file mode 100644
index 000000000..070941e8f
--- /dev/null
+++ b/sci-misc/gcam/gcam-2009.05.31.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+
+inherit base
+
+DESCRIPTION="GNU Computer Aided Manufacturing"
+HOMEPAGE="http://gcam.js.cx"
+SRC_URI="http://gcam.js.cx/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="x11-libs/gtk+:2
+ x11-libs/gtkglext"
+RDEPEND="${DEPEND}"