New package: swh-lv2-1.0.15 - LV2 Plugins!
This commit is contained in:
parent
220302f278
commit
05dac0dca8
1 changed files with 32 additions and 0 deletions
32
srcpkgs/swh-lv2/template
Normal file
32
srcpkgs/swh-lv2/template
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'swh-lv2'
|
||||
pkgname=swh-lv2
|
||||
version=1.0.15
|
||||
build_style=custom-install
|
||||
homepage="http://plugin.org.uk/"
|
||||
distfiles="http://plugin.org.uk/lv2/${pkgname}-${version}.tar.gz"
|
||||
short_desc="Collection of GPL (free software) LV2 audio plugins"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="GPL-3"
|
||||
checksum=5809441a94571d2f492a5e015ad035ea747127e0322e531b79a960fd0c3d250d
|
||||
long_desc="
|
||||
Collection of GPL (free software) LV2 audio plugins"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libfftw
|
||||
Add_dependency build fftw-devel
|
||||
Add_dependency build libxslt
|
||||
|
||||
do_configure()
|
||||
{
|
||||
sed -i -e "s|/usr/local|$DESTDIR/usr|" Makefile
|
||||
}
|
||||
|
||||
do_build()
|
||||
{
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
make ${makejobs} install-system
|
||||
}
|
Loading…
Reference in a new issue