diff options
| author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-17 18:03:46 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-17 18:03:46 +0000 |
| commit | a8653925ca6d63ba7adf7c1001c478bd8568b2b8 (patch) | |
| tree | b473c44384f846599952a687aaa9419e1a786dd3 /packages/python/python-imdbpy_2.0.bb | |
| parent | bc134d03784a362afd235c916e3f34f440d71740 (diff) | |
| parent | 3e2660b9ae1c96b9cd44231a9f1dd280b6f48334 (diff) | |
propagate from branch 'org.openembedded.dev' (head 888665f8d2b7e9a8781c746c740393ab7115129a)
to branch 'org.openembedded.nslu2-linux' (head a51050bb0bb6b5d2f70e71bda3224baf9d97929d)
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 + |
