Many fixes including: * Restored cache updating, which was broken by changes to BBC web sites. If you find search results missing programmes from the week of 19 Feb, rebuild your cache with --rebuild-cache to fill any holes. * Fixed a bug that generated incorrect schedule URLs (used for cache refresh) for the first calendar week of 2018 (and some future years). (@welwood08)
35 lines
1,012 B
Makefile
35 lines
1,012 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/04/02 08:20:17 prlw1 Exp $
|
|
|
|
DISTNAME= get_iplayer-3.13
|
|
CATEGORIES= net multimedia
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=get-iplayer/}
|
|
|
|
MAINTAINER= shattered@NetBSD.org
|
|
HOMEPAGE= https://github.com/get-iplayer/${GITHUB_PROJECT}
|
|
COMMENT= Search, index, record or stream BBC iPlayer broadcasts
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
|
|
DEPENDS+= p5-libwww>=6.0:../../www/p5-libwww
|
|
DEPENDS+= p5-Mojolicious>=6.0:../../www/p5-Mojolicious
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_BUILD= yes
|
|
REPLACE_PERL= get_iplayer
|
|
|
|
PKG_SYSCONFSUBDIR= get_iplayer
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_FILES.paths= get_iplayer
|
|
SUBST_SED.paths= -e "s:/etc/get_iplayer:${PKG_SYSCONFDIR}:g"
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/get_iplayer ${DESTDIR}${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/get_iplayer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|