30 lines
973 B
Text
30 lines
973 B
Text
# Template file for 'quvi'
|
|
pkgname=quvi
|
|
version=0.4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="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=85a54308bb0b682db9d4a8a4e7341d3d3bc9d3037c15f5ddad104efb45dbc5c4
|
|
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 all
|
|
}
|
|
}
|