blob: 365127945da95b77cd21abbf79c4363c7c58f641 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
SRC_URI[md5sum] = "56426279e6017af909353176e582fb28"
SRC_URI[sha256sum] = "c9b97a2c4a27a3d59caea3430485837f286ca8883504a8eb6bd86702275ba5fe"
|