pkgsrc/net/youtube-dl/Makefile
adam cfd021f2c5 Changes 2015.12.09:
* fix 403 forbidden
* Add support for referer protected videos wuth explicit SMIL
* Smuggle referer
* Clarify verbose log requirements
* Add another theplatform pattern
* Fix extraction
* Extend _VALID_URL
* Add another coveplayer pattern
* Add support for all member stations
2015-12-10 11:11:16 +00:00

25 lines
909 B
Makefile

# $NetBSD: Makefile,v 1.73 2015/12/10 11:11:16 adam Exp $
VERSION_DATE= 2015.12.09
DISTNAME= youtube-dl-${VERSION_DATE}
PKGNAME= youtube-dl-${VERSION_DATE:S/.//S/.//}
CATEGORIES= net
MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rg3.github.io/youtube-dl/
COMMENT= Download videos from youtube.com
LICENSE= public-domain
# Unfortunately at the moment upstream youtube-dl does not provide a changelog.
# When updating net/youtube-dl you can find a complete list of changes here:
# https://github.com/rg3/youtube-dl/compare/${OLD_VERSION_DATE}...${NEW_VERSION_DATE}
# ...where OLD_VERSION_DATE is the previous VERSION_DATE and NEW_VERSION_DATE is
# the version you are going to commit.
USE_LANGUAGES= # none
EGG_NAME= youtube_dl-2015.12.9
WRKSRC= ${WRKDIR}/youtube-dl
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"