void-packages/srcpkgs/libquvi/template

44 lines
1.2 KiB
Plaintext

# Template file for 'libquvi'
pkgname=libquvi
version=0.4.1
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="lua-devel libcurl-devel libquvi-scripts>=0.4.1"
short_desc="C library that can be used to parse flash media stream URLs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.gz"
checksum=143c92b065b7ddc2ac87c4b9679ee99df0f1dccd2d0dbda15da0a54ae280dec8
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"
libquvi-devel_package() {
depends="libcurl-devel lua-devel libquvi>=${version}"
short_desc="${short_desc} - development files"
replaces="quvi-devel<0.4.0"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
vmove usr/share
}
}
libquvi_package() {
depends="libquvi-scripts>=${version}"
replaces="quvi<0.4.0"
pkg_install() {
vmove usr
}
}