blob: 08d7bd63cb4ef9698fadf0c090ce98cc62e12d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "template engine and code generation tool"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Cliff Brake <cbrake@bec-systems.com>"
LICENSE = "MIT-like"
RDEPENDS = ""
SRCNAME = "Cheetah"
SRC_URI = "${SOURCEFORGE_MIRROR}/cheetahtemplate/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
PR = "r0"
inherit distutils
|