diff options
Diffstat (limited to 'recipes/treecc/treecc_0.3.6.bb')
-rw-r--r-- | recipes/treecc/treecc_0.3.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/treecc/treecc_0.3.6.bb b/recipes/treecc/treecc_0.3.6.bb new file mode 100644 index 0000000000..e54beb4810 --- /dev/null +++ b/recipes/treecc/treecc_0.3.6.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Tree Compiler-Compiler from dotGNU" +SECTION = "devel" +LICENSE = "GPLv2" +HOMEPAGE = "http://www.southern-storm.com.au/treecc.html" +PRIORITY = "optional" + +SRC_URI = "http://www.southern-storm.com.au/download/treecc-${PV}.tar.gz \ + file://dont-make-in-examples.patch;patch=1" + +inherit autotools + |