Skip to content

Commit

Permalink
Zap2epg fixes (#4687)
Browse files Browse the repository at this point in the history
* zap2epg: Fix digest and use latest commit for package download

* zap2epg: replace older zap2it with zap2epg (thnx @hgy59)
  • Loading branch information
th0ma7 authored Jun 20, 2021
1 parent 8c147c3 commit cff1fee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions cross/zap2epg/Makefile
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
PKG_NAME = zap2epg
PKG_VERS = 3.0
PKG_EXT = tar.gz
#PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_NAME = Python3-th0ma7-updates.$(PKG_EXT)
PKG_DIST_SITE = https://github.com/daniel-widrick/zap2it-GuideScraping/archive
PKG_GIT_HASH = 65336f7e6d24c32df392aadc0c9140429bbbe1d7
PKG_DIST_NAME = $(PKG_GIT_HASH).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/th0ma7/script.module.zap2epg/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIR = script.module.zap2epg-Python3-th0ma7-updates
PKG_DIR = script.module.zap2epg-$(PKG_GIT_HASH)

DEPENDS =

HOMEPAGE = https://github.com/edit4ever/script.module.zap2epg
COMMENT = zap2epg will generate an xmltv.xml file for USA/Canada TV lineups using zap2it source
LICENSE = GPLv3

INSTALL_TARGET = zap2it_install
INSTALL_TARGET = zap2epg_install

include ../../mk/spksrc.install-resources.mk

.PHONY: zap2it_install
zap2it_install:
.PHONY: zap2epg_install
zap2epg_install:
install -m 755 -d $(STAGING_INSTALL_PREFIX)/bin
install -m 755 $(WORK_DIR)/$(PKG_DIR)/tv_grab_zap2epg $(STAGING_INSTALL_PREFIX)/bin
install -m 750 -d $(STAGING_INSTALL_PREFIX)/var/epggrab/conf
Expand Down
6 changes: 3 additions & 3 deletions cross/zap2epg/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
zap2epg-3.0.tar.gz SHA1 6dbdef7a0459f151cfb06b043a5aa027af9c2011
zap2epg-3.0.tar.gz SHA256 fefb724bcd8f460af50f56085a92db88ed839609f5c38b83e42fe8526aa5c7e7
zap2epg-3.0.tar.gz MD5 a6a59af402b5b5fb6d5e60067a2e2b0a
zap2epg-3.0.tar.gz SHA1 da206997e6cc75599daee4370cdcba031d47ecea
zap2epg-3.0.tar.gz SHA256 105b9291be572551efd5cbcb4bb6b828da3bc36e985a1eced2be7aa4f0b89feb
zap2epg-3.0.tar.gz MD5 fabc98f7d9ec079776e8eab2cd7d6700

0 comments on commit cff1fee

Please sign in to comment.