28 lines
873 B
Text
28 lines
873 B
Text
# Template file for 'quvi'
|
|
pkgname=quvi
|
|
version=0.4.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config libquvi-devel"
|
|
short_desc="Command-line tool for parsing video download links"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://quvi.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/quvi/quvi-$version.tar.gz"
|
|
checksum=0dd934a4fc0e58d2655efe85c212e182f3adbbde4690d00a735177e1e264ba5a
|
|
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"
|
|
|
|
quvi_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|