csound: remove unused python hostmakedepend

This commit is contained in:
classabbyamp 2022-08-27 16:30:47 -04:00
parent 98eef89426
commit c93ae341ac
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -7,7 +7,7 @@ configure_args="
-DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1
-DDPD_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/pd/extra
-DPORTAUDIO_V19=yes"
hostmakedepends="flex python"
hostmakedepends="flex"
makedepends="LuaJIT-devel boost-devel fltk-devel fluidsynth-devel libcurl-devel
libgomp-devel liblo-devel libsndfile-devel libstk-devel pd-devel portaudio-devel
portmidi-devel tk-devel"
@ -16,7 +16,7 @@ short_desc="Programming language for sound rendering and signal processing"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="LGPL-2.1-or-later"
homepage="https://csound.com/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
distfiles="https://github.com/csound/csound/archive/${version}.tar.gz"
checksum=558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b
CFLAGS="-fcommon"