youtube. this makes some videos fetch again. (e.g., video id uPTcnzgseaQ recently posted on mailing-lists) ok jolan@, pedro@
26 lines
542 B
Makefile
26 lines
542 B
Makefile
# $OpenBSD: Makefile,v 1.15 2008/05/06 20:49:51 martynas Exp $
|
|
|
|
COMMENT= customizable script to fetch youtube videos
|
|
|
|
PKGNAME= yt-8p4
|
|
CATEGORIES= net
|
|
DISTFILES=
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_CHECKSUM= Yes
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
RUN_DEPENDS= ::graphics/ffmpeg \
|
|
::net/luasocket
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/yt.lua ${PREFIX}/bin/yt
|
|
@perl -pi -e "s,%%LOCALBASE%%,${LOCALBASE}," ${PREFIX}/bin/yt
|
|
|
|
.include <bsd.port.mk>
|