# -*- 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 91159 2012-03-24 14:11:33Z snc@macports.org $

PortSystem          1.0

name                libquvi-scripts
version             0.4.4
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

master_sites        sourceforge:quvi
use_xz              yes

checksums           rmd160  0603d3c51e1c30eee2b636f498c799aeefa00c6e \
                    sha256  4eff4acae4cfef7d9a845319a2549997671527c6f11b60b21bad03fb30ea5843

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

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