pkgsrc/net/libquvi-scripts/Makefile
ryoon 0f50637e4b Import of libquvi-scripts-0.4.0 as net/libquvi-scripts
The quvi is a command line tool for parsing video download links. It
supports Youtube and other similar video websites.  libquvi is a
library for parsing video download links with C API. It is written in
C and intended to be a cross-platform library.
You can see the list of supported sites from 'quvi --support'.

This package contains lua scripts for libquvi.
2011-10-16 07:29:08 +00:00

26 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/16 07:29:08 ryoon Exp $
#
DISTNAME= libquvi-scripts-0.4.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quvi/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://quvi.sourceforge.net/
COMMENT= Scripts for libquvi
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= quvi<=0.2.19
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none
CONFIGURE_ARGS+= --with-nsfw
PKGCONFIG_OVERRIDE+= libquvi-scripts.pc.in
.include "../../mk/bsd.pkg.mk"