void-packages/srcpkgs/quvi/template

28 lines
919 B
Plaintext
Raw Normal View History

2011-10-02 15:13:35 +00:00
# Template file for 'quvi'
pkgname=quvi
2011-10-24 13:41:44 +00:00
version=0.4.0
2011-10-02 15:13:35 +00:00
homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz"
build_style=gnu-configure
2011-10-24 13:41:44 +00:00
short_desc="Command-line tool for parsing video download links"
2011-10-02 15:13:35 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2011-10-24 13:41:44 +00:00
checksum=db3d9808b7f349f4be7c591c2040a6795b84999792a473d2bbe7137f4b91fe63
2011-10-02 15:13:35 +00:00
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"
Add_dependency run glibc
Add_dependency run libcurl
2011-10-24 13:41:44 +00:00
Add_dependency run libquvi
2011-10-02 15:13:35 +00:00
Add_dependency build pkg-config
2011-10-24 13:41:44 +00:00
Add_dependency build libquvi-devel