pkgsrc/net/msdl/Makefile
obache d20fa3a515 Update msdl to 1.2.6.
Version 1.2.6.
-- msdl
	* 12th release
	* -o chain enabled, you can do
          $ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1 http://bar/file2 http://bar/file3
	* --stream-timeout option for quit streaming after some time.
	  $ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv
          to download the first 3 and a half minutes.
	  This is helpful for downloading the real-time streaming, which ignores
          RTSP Range parameters.
2009-10-26 04:12:12 +00:00

18 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/10/26 04:12:12 obache Exp $
#
DISTNAME= msdl-1.2.6
CATEGORIES= net multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msdl/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://msdl.sourceforge.net/
COMMENT= Media stream downloader
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c
.include "../../mk/bsd.pkg.mk"