33 lines
1,005 B
Text
33 lines
1,005 B
Text
# Template file for 'libquvi-scripts'
|
|
pkgname=libquvi-scripts
|
|
version=0.4.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="lua"
|
|
short_desc="Set of (lua) scripts for libquvi"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://quvi.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.xz"
|
|
checksum=1cc011ee866b4fd0c4c4747656ef6725f21c99ddc5035adbc7adfb4a231ac516
|
|
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
|
|
|
|
This package contains a set of plugins for use with libquvi and/or quvi."
|
|
|
|
libquvi-scripts_package() {
|
|
depends="lua"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|