# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 91160 2012-03-24 14:13:03Z snc@macports.org $

PortSystem          1.0

name                libquvi
version             0.4.1
categories          net www
license             GPL-3
maintainers         openmaintainer snc
description         A command line tool for parsing video download links.
long_description    ${name} is a command line tool for parsing video download \
                    links. It supports Youtube and other similar video \
                    websites. lib${name} is a library for parsing video \
                    download links with C API. It is written in C and intended \
                    to be a cross-platform library.
homepage            http://quvi.sourceforge.net/

platforms           darwin
depends_build       port:pkgconfig
depends_lib         port:curl \
                    port:libquvi-scripts \
                    port:lua

master_sites        sourceforge:quvi
use_xz              yes

checksums           rmd160  72e60603788005597d522597df4366373e48a35b \
                    sha256  b5862f7e5fa6ed7defd169adb5c7586c6406af86e029671fd09615f6eb7aa903

configure.cppflags  -I${worksrcpath}/include -I${prefix}/include

livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
