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