libquvi-scripts: remove long_desc.

This commit is contained in:
Juan RP 2014-02-20 18:31:55 +01:00
parent 2849b3c2df
commit 1d28d3ca79
1 changed files with 2 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'libquvi-scripts'
pkgname=libquvi-scripts
version=0.4.18
revision=1
revision=2
noarch="yes"
build_style=gnu-configure
hostmakedepends="pkg-config"
hostmakedepends="pkg-config lua"
makedepends="lua"
depends="lua"
short_desc="Set of (lua) scripts for libquvi"
@ -13,15 +13,3 @@ license="LGPL-2.1"
homepage="http://quvi.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/quvi/$pkgname-$version.tar.xz"
checksum=be2764a6a786eb2d28c9d17069f28f9370f82a908ef99a766793cf4c5e4ee4e3
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."