wok rev 24306

modified recipe for ctypes.sh
author Hans-G?nter Theisgen
date Mon Jan 17 16:11:08 2022 +0100 (2022-01-17)
parents af88ca2c91a9
children d2357c7818f3
files ctypes.sh/receipt
line diff
     1.1 --- a/ctypes.sh/receipt	Mon Jan 17 15:56:03 2022 +0100
     1.2 +++ b/ctypes.sh/receipt	Mon Jan 17 16:11:08 2022 +0100
     1.3 @@ -13,14 +13,13 @@
     1.4  WGET_URL="https://github.com/taviso/$PACKAGE/releases/download/v$VERSION/$TARBALL"
     1.5  
     1.6  DEPENDS="bash libffi"
     1.7 -BUILD_DEPENDS="automake libffi-dev"
     1.8 +BUILD_DEPENDS="libffi-dev"
     1.9  
    1.10  HOST_ARCH="i486 arm"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	./autogen.sh &&
    1.16  	./configure		\
    1.17  		--prefix=/usr	\
    1.18  		$CONFIGURE_ARGS &&