mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
calf: fix pre_configure & makedepends
This commit is contained in:
parent
dbde94caaa
commit
5e319d7805
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'calf'
|
# Template file for 'calf'
|
||||||
pkgname=calf
|
pkgname=calf
|
||||||
version=0.90.1
|
version=0.90.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental"
|
configure_args="--enable-experimental"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel
|
makedepends="expat-devel dssi-devel jack-devel glib-devel gtk+-devel
|
||||||
libglade-devel cairo-devel ladish-devel fftw-devel fluidsynth-devel
|
cairo-devel ladish-devel fftw-devel fluidsynth-devel
|
||||||
ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
ladspa-sdk lv2"
|
||||||
depends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
depends="ladspa-sdk lv2 desktop-file-utils hicolor-icon-theme"
|
||||||
homepage="http://calf-studio-gear.org"
|
|
||||||
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
short_desc="LV2/DSSI/LADSPA plug-ins suite and standalone JACK host"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://calf-studio-gear.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/calf-studio-gear/calf/master/ChangeLog"
|
||||||
distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz"
|
distfiles="https://github.com/calf-studio-gear/calf/archive/${version}.tar.gz"
|
||||||
checksum=0bd44bdcfc7d32d6f929b2b2a546407d81b355f2632ae33f6406186609cf3a41
|
checksum=0bd44bdcfc7d32d6f929b2b2a546407d81b355f2632ae33f6406186609cf3a41
|
||||||
nocross="https://build.voidlinux.eu/builders/armv6l_builder/builds/6795/steps/shell_3/logs/stdio"
|
nocross="https://build.voidlinux.eu/builders/armv6l_builder/builds/6795/steps/shell_3/logs/stdio"
|
||||||
|
@ -22,5 +23,5 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue