diff options
Diffstat (limited to 'meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb')
| -rw-r--r-- | meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb new file mode 100644 index 0000000000..212bca16e3 --- /dev/null +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "Tvheadend TV streaming server" | ||
| 2 | HOMEPAGE = "https://www.lonelycoder.com/redmine/projects/tvheadend" | ||
| 3 | |||
| 4 | DEPENDS = "avahi zlib openssl python-native" | ||
| 5 | |||
| 6 | LICENSE = "GPLv3+" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9eef91148a9b14ec7f9df333daebc746" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/tvheadend/tvheadend.git \ | ||
| 10 | file://0001-Move-tvheadend-specific-LD-CFLAGS-into-a-helper-vari.patch \ | ||
| 11 | " | ||
| 12 | SRCREV = "a420c83a0e0d2c31c2c15d0fec6fedc3f5a36dfe" | ||
| 13 | PV = "3.3" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | do_configure() { | ||
| 18 | ./configure --prefix=${prefix} \ | ||
| 19 | --libdir=${libdir} \ | ||
| 20 | --bindir=${bindir} \ | ||
| 21 | --datadir=${datadir} \ | ||
| 22 | --arch=${TARGET_ARCH} \ | ||
| 23 | --disable-bundle | ||
| 24 | } | ||
| 25 | |||
| 26 | do_install() { | ||
| 27 | oe_runmake install DESTDIR=${D} | ||
| 28 | } | ||
| 29 | |||
| 30 | FILES_${PN} += "${datadir}/${BPN}" | ||
