diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-07-17 13:15:49 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-17 13:15:49 +0000 |
| commit | 04a269c583bc9586020846c8668d847b5de6095f (patch) | |
| tree | caa1b30aa5548b9f44e99043787c0b30b26ae105 /packages/python/python-imdbpy_2.0.bb | |
| parent | db5f69fd2cc3ca3053b899237dfde27ed9134950 (diff) | |
| parent | 3143c04f905275f5f07c4147c914e7f859b5fd7d (diff) | |
merge of e74c73570c2c682aebf3f9050ed959e4f615d79e
and efd8c005871477b3c2788c1257799459527dd028
Diffstat (limited to 'packages/python/python-imdbpy_2.0.bb')
| -rw-r--r-- | packages/python/python-imdbpy_2.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-imdbpy_2.0.bb b/packages/python/python-imdbpy_2.0.bb new file mode 100644 index 0000000000..2df3b4229c --- /dev/null +++ b/packages/python/python-imdbpy_2.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database." +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +SRCNAME = "IMDbPY" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/imbdbpy/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + |
