]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
install: Add tvhmeta and tv_meta_tmdb.py to install files.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Thu, 27 Sep 2018 12:21:40 +0000 (13:21 +0100)
committerperexg <perex@perex.cz>
Tue, 2 Oct 2018 14:05:03 +0000 (16:05 +0200)
The tvhmeta program allows lookups of metadata for recordings.
The tv_meta_tmdb.py is the underlying file that does lookups
and is both an executable and a library.

support/posix.mk

index 0e463c89e22b9fe2e74e9be832d08b75b239339c..7c8ba19a2d0ec827ba62966e44435c807c33fa2b 100644 (file)
@@ -7,6 +7,8 @@ INSTICON= ${DESTDIR}$(prefix)/share/icons/hicolor/scalable/apps
 install: ${PROG} ${MAN}
        install -d ${DESTDIR}${bindir}
        install ${PROG} ${DESTDIR}${bindir}/tvheadend
+       install support/tvhmeta ${DESTDIR}${bindir}/tvhmeta
+       install lib/py/tvh/tv_meta_tmdb.py ${DESTDIR}${bindir}/tv_meta_tmdb.py
        install -d ${DESTDIR}${mandir}/man1
        install ${MAN} ${DESTDIR}${mandir}/man1/tvheadend.1