lv2: remove long_desc.
This commit is contained in:
parent
f807657b99
commit
5f4a3f36b3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lv2'
|
# Template file for 'lv2'
|
||||||
pkgname=lv2
|
pkgname=lv2
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=waf
|
build_style=waf
|
||||||
homepage="http://lv2plug.in"
|
homepage="http://lv2plug.in"
|
||||||
makedepends="python libsndfile-devel gtk+-devel"
|
makedepends="python libsndfile-devel gtk+-devel"
|
||||||
|
@ -13,9 +13,6 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="LGPL-2.1, BSD"
|
license="LGPL-2.1, BSD"
|
||||||
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=857ec8c1b1f803409e57b84f75b0f8ae7477a9c6bccb4a66220d739e8e39d751
|
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() {
|
post_install() {
|
||||||
vinstall COPYING 0644 usr/share/licenses/${pkgname}
|
vinstall COPYING 0644 usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Reference in New Issue