# Template file for 'quvi'
pkgname=quvi
version=0.2.19
homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz"
build_style=gnu_configure
short_desc="C library that can be used to parse flash media stream URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=c6c5e851bcf0bacd40562610682311b7a1897efb6c14b9336a666a8e0aeb905b
long_desc="
 It originates from the idea of working around the flash requirement found
 on many media hosting websites (e.g. YouTube).

  * Parses additional media details (e.g. media title, media ID)
  * Supported platforms include Linux, *BSD systems
  * C library: Fast and low system footprint
  * Easy to extend: uses lua for scripting
  * Supports 40+ websites
  * C API is simple to use"

subpackages="quvi-devel"

Add_dependency run glibc
Add_dependency run lua
Add_dependency run libcurl

Add_dependency build pkg-config
Add_dependency build lua-devel
Add_dependency build libcurl-devel