28ec5de191
This release fixes the metacafe.com support and mitigates the UTF-8 filename problem in the majority of cases.
30 lines
694 B
Makefile
30 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/10/06 18:49:42 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= youtube-dl-2008.09.20
|
|
PKGNAME= ${DISTNAME:S/.//g}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.arrakis.es/~rggi3/youtube-dl/
|
|
EXTRACT_SUFX= # none
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.arrakis.es/~rggi3/youtube-dl/
|
|
COMMENT= Download videos from youtube.com
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
REPLACE_PYTHON+= ${DISTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
|
${DESTDIR}${PREFIX}/bin/youtube-dl
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|