95f1ff12b4
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 provides library for quvi.
31 lines
843 B
Makefile
31 lines
843 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/10/16 07:30:01 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= libquvi-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= Library for quvi
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= quvi<=0.2.19
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libquvi.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.libquvi-scripts+= libquvi-scripts>=0.4.0
|
|
.include "../../net/libquvi-scripts/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.curl+= curl>=7.18.2
|
|
.include "../../www/curl/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libiconv+= libiconv>=1.12.0
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.lua+= lua>=5.1
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|