blob: e54beb48102d872f847a1668c8e72d866ec266e4 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|