blob: c2a337d793e201bbb2ba5ea697d059c865a42dba (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Python bindings to the Lightweight media scanner"
SECTION = "devel/python"
AUTHOR = "Gustavo Barbieri"
LICENSE = "LGPL"
DEPENDS = "lightmediascanner python-cython-native"
PE = "1"
SRC_URI = "https://garage.maemo.org/frs/download.php/4627/python-lightmediascanner-${PV}.tar.gz"
inherit distutils
|