lv2: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 12:57:51 +01:00
parent f807657b99
commit 5f4a3f36b3
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'lv2'
pkgname=lv2
version=1.0.0
revision=1
revision=2
build_style=waf
homepage="http://lv2plug.in"
makedepends="python libsndfile-devel gtk+-devel"
@ -13,9 +13,6 @@ maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1, BSD"
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
checksum=857ec8c1b1f803409e57b84f75b0f8ae7477a9c6bccb4a66220d739e8e39d751
long_desc="
LV2 is a plugin standard for audio systems. It defines a minimal yet
extensible C API for plugin code and a format for plugin bundles."
post_install() {
vinstall COPYING 0644 usr/share/licenses/${pkgname}