From 2016aff93ed40d0dfce8cb25098dd754bacc604d Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 27 Mar 2020 16:14:38 -0700 Subject: libraries/stfl: Support builds on current. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- libraries/stfl/python-support.patch | 2 +- libraries/stfl/stfl.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/stfl/python-support.patch b/libraries/stfl/python-support.patch index 514d93af25..b11c7be0bf 100644 --- a/libraries/stfl/python-support.patch +++ b/libraries/stfl/python-support.patch @@ -82,7 +82,7 @@ diff -Nur stfl-0.24/python3/Makefile.snippet stfl-0.24-py3/python3/Makefile.snip - cp python/stfl.py $(DESTDIR)$(PYTHON_SITEARCH)/ +python3/_stfl.so python3/stfl.py python3/stfl.pyc: libstfl.a stfl.h python3/stfl.i swig/*.i + cd python3 && swig -python -threads stfl.i -+ gcc -shared -pthread -fPIC python3/stfl_wrap.c -I/usr/include/python$(PYTHON3_VERSION)m \ ++ gcc -shared -pthread -fPIC python3/stfl_wrap.c -I$(shell python3 -c "from distutils.sysconfig import get_python_inc ; print(get_python_inc())") \ + -I. libstfl.a -lncursesw -o python3/_stfl.so + cd python3 && python3 -c 'import stfl' + diff --git a/libraries/stfl/stfl.info b/libraries/stfl/stfl.info index 985a61d06c..cf801281de 100644 --- a/libraries/stfl/stfl.info +++ b/libraries/stfl/stfl.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.clifford.at/stfl/stfl-0.24.tar.gz" MD5SUM="98c764ccc8f13ed05ea22559d7116b96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" -- cgit v1.2.3