From cf0114a41827ea80d4f70b3024a58f6eece4774c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 14 Jul 2011 09:32:39 +0200 Subject: orc: new package Orc - the Oil Runtime Compiler - is the successor of liboil. There's a runtime library that is installed in staging and target and there's a host version that can be built if orcc, the ORC compiler is needed at build time. [Peter: minor tweaks] Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- package/orc/orc.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/orc/orc.mk (limited to 'package/orc/orc.mk') diff --git a/package/orc/orc.mk b/package/orc/orc.mk new file mode 100644 index 000000000..f89d5cf93 --- /dev/null +++ b/package/orc/orc.mk @@ -0,0 +1,10 @@ +############################################################# +# +# orc +# +############################################################# +ORC_VERSION = 0.4.14 +ORC_SITE = http://code.entropywave.com/download/orc/ +ORC_INSTALL_STAGING = YES + +$(eval $(call AUTOTARGETS,package,orc)) -- cgit v1.2.3