blob: bd8e99272421772e8be355c612b6cb5ca00fbd74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
SRC_URI = "http://www.southern-storm.com.au/download/treecc-${PV}.tar.gz \
file://dont-make-in-examples.patch;patch=1"
inherit autotools
|