Skip to content

Commit

Permalink
[Kodi] add subssupport
Browse files Browse the repository at this point in the history
  • Loading branch information
rossi2000 committed Mar 28, 2016
1 parent bfa9a21 commit 64e9239
Showing 1 changed file with 17 additions and 0 deletions.
@@ -0,0 +1,17 @@
SUMMARY = "Collection of enigma2 subtitles plugins"
HOMEPAGE = "https://github.com/mx3L/subssupport"
AUTHOR = "Maroš Ondrášek <mx3ldev@gmail.com>"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"

RDEPENDS_${PN} = "python-xmlrpc python-compression python-codecs python-zlib python-difflib unrar"

SRCREV = "9fd957962509f4ad4a2328cc3f9969230ef20a2a"
SRC_URI = "git://github.com/mx3L/subssupport;protocol=git;branch=master"

S = "${WORKDIR}/git"

FILES_${PN} = "${libdir}/enigma2/python/Plugins/Extensions/SubsSupport"

inherit autotools-brokensep

0 comments on commit 64e9239

Please sign in to comment.