mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
avGate: use build_style=gnu-makefile.
This commit is contained in:
parent
4f6fbe5e4e
commit
ad198f70ba
1 changed files with 1 additions and 10 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=abGate
|
pkgname=abGate
|
||||||
version=1.1.3
|
version=1.1.3
|
||||||
homepage="http://abgate.sourceforge.net/"
|
homepage="http://abgate.sourceforge.net/"
|
||||||
|
build_style=gnu-makefile
|
||||||
distfiles="${SOURCEFORGE_SITE}/abgate/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/abgate/${pkgname}-${version}.tar.gz"
|
||||||
short_desc="LV2 Noise Gate plugin"
|
short_desc="LV2 Noise Gate plugin"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -30,13 +31,3 @@ Add_dependency build glib-devel
|
||||||
Add_dependency build libstdc++-devel
|
Add_dependency build libstdc++-devel
|
||||||
|
|
||||||
Add_dependency full lv2core
|
Add_dependency full lv2core
|
||||||
|
|
||||||
do_build()
|
|
||||||
{
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
DESTDIR=${DESTDIR} make ${makejobs} install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue