# -*- 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 108059 2013-07-11 23:36:02Z snc@macports.org $

PortSystem          1.0

name                libquvi-scripts
version             0.9.20130619
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  4f57f74419e21b4e5d8980a64c3d26a2ea4739b7 \
                    sha256  64abb589baea016225be4253262601f6d07d1cb28a10bd1d4be566134d21bef4

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

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