pilot-link: disable python2 support

This commit is contained in:
Michal Vasilek 2022-09-25 16:02:25 +02:00
parent 81ff41ba61
commit 4e92cd7459

View file

@ -1,14 +1,14 @@
# Template file for 'pilot-link' # Template file for 'pilot-link'
pkgname=pilot-link pkgname=pilot-link
version=0.12.5 version=0.12.5
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
# XXX: Add perl bindings --with-perl and fix bindings/Perl/Makefile # XXX: Add perl bindings --with-perl and fix bindings/Perl/Makefile
configure_args="--enable-conduits --enable-libusb --enable-threads --disable-static configure_args="--enable-conduits --enable-libusb --enable-threads --disable-static
--disable-compile-werror --with-python --with-tcl=${XBPS_CROSS_BASE}/usr/lib" --disable-compile-werror --with-tcl=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="automake libtool perl pkg-config tk" hostmakedepends="automake libtool perl pkg-config tk"
makedepends="libbluetooth-devel libusb-devel libpng-devel popt-devel makedepends="libbluetooth-devel libusb-devel libpng-devel popt-devel
python-devel tcl-devel readline-devel" tcl-devel readline-devel"
depends="tk" depends="tk"
short_desc="Suite of tools to connect your Palm or PalmOS® handheld" short_desc="Suite of tools to connect your Palm or PalmOS® handheld"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"