2012-06-17 03:51:24 +00:00
|
|
|
# Template file for 'lv2'
|
|
|
|
pkgname=lv2
|
|
|
|
version=1.0.0
|
2014-02-21 11:57:51 +00:00
|
|
|
revision=2
|
2012-06-17 03:51:24 +00:00
|
|
|
build_style=waf
|
|
|
|
homepage="http://lv2plug.in"
|
|
|
|
makedepends="python libsndfile-devel gtk+-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
replaces="lv2core>=0 lv2-ui>=0"
|
|
|
|
provides="lv2core-999 lv2-ui-999"
|
|
|
|
conflicts="lv2core>=0 lv2-ui>=0"
|
2012-06-17 03:51:24 +00:00
|
|
|
short_desc="Plugin standard for audio systems"
|
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="LGPL-2.1, BSD"
|
2013-04-13 08:15:49 +00:00
|
|
|
distfiles="http://lv2plug.in/spec/${pkgname}-${version}.tar.bz2"
|
2012-06-17 03:51:24 +00:00
|
|
|
checksum=857ec8c1b1f803409e57b84f75b0f8ae7477a9c6bccb4a66220d739e8e39d751
|
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
post_install() {
|
2012-06-17 03:51:24 +00:00
|
|
|
vinstall COPYING 0644 usr/share/licenses/${pkgname}
|
|
|
|
}
|