summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-07-06 05:28:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-07-06 05:28:04 +0000
commit42a0575ac21f15aeb7bc3719537ce3b205a9e380 (patch)
tree451c2eb4c83d3774c3455c46e4a52144928b8abc /dev-lang/cll1h/cll1h-0.6.ebuild
parentcall games_pkg_postinst in pkg_postinst (diff)
downloadgentoo-2-42a0575ac21f15aeb7bc3719537ce3b205a9e380.tar.gz
gentoo-2-42a0575ac21f15aeb7bc3719537ce3b205a9e380.tar.bz2
gentoo-2-42a0575ac21f15aeb7bc3719537ce3b205a9e380.zip
Initial commit of a crazy language to program in...
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang/cll1h/cll1h-0.6.ebuild')
-rw-r--r--dev-lang/cll1h/cll1h-0.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-lang/cll1h/cll1h-0.6.ebuild b/dev-lang/cll1h/cll1h-0.6.ebuild
new file mode 100644
index 000000000000..71eed7a99b42
--- /dev/null
+++ b/dev-lang/cll1h/cll1h-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cll1h/cll1h-0.6.ebuild,v 1.1 2005/07/06 05:28:04 robbat2 Exp $
+
+DESCRIPTION="C<<1 programming language system"
+HOMEPAGE="http://gpl.arachne.cz/"
+SRC_URI="http://gpl.arachne.cz/download/${P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+RDEPEND="sys-devel/gcc"
+
+src_install() {
+ insinto /usr/include
+ doins cll1.h
+ dodoc cll1.txt
+ docinto examples
+ dodoc demos/*.c
+}