diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-07-08 20:35:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-08 20:35:28 +0000 |
commit | aa6a4b0186670f2e7e63e6a07559e312409719d8 (patch) | |
tree | 3b4a39141be90f3ea4f898dc4659d6652549724a /packages/python | |
parent | 358ce3c8bdddd3e559dd5f792e00ecc24a23e7f9 (diff) |
python-cheetah 1.0: add package to OE
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-cheetah_1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-cheetah_1.0.bb b/packages/python/python-cheetah_1.0.bb new file mode 100644 index 0000000000..08d7bd63cb --- /dev/null +++ b/packages/python/python-cheetah_1.0.bb @@ -0,0 +1,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 + |