# -*- 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 67348 2010-05-06 12:02:36Z snc@macports.org $

PortSystem          1.0

name                quvi
version             0.2.0
categories          net www
license             GPLv3
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://code.google.com/p/quvi/

platforms           darwin
use_autoreconf      yes
depends_lib         port:curl \
                    port:pcre \
                    port:libiconv \
                    port:lua

master_sites        googlecode
use_bzip2           yes
checksums           md5     3f5c4060d147d2825634e5ea5c19a4e5 \
                    sha1    5a93021ed1f39cddc6fccd8100fac75cc3ac5879 \
                    rmd160  d13811f3da3946b79c5329cfd3c33f0715a4eac4

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