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