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'
pkgname=pilot-link
version=0.12.5
revision=2
revision=3
build_style=gnu-configure
# XXX: Add perl bindings --with-perl and fix bindings/Perl/Makefile
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"
makedepends="libbluetooth-devel libusb-devel libpng-devel popt-devel
python-devel tcl-devel readline-devel"
tcl-devel readline-devel"
depends="tk"
short_desc="Suite of tools to connect your Palm or PalmOS® handheld"
maintainer="Orphaned <orphan@voidlinux.org>"