wok rev 24742

updated libffcall (2.2 -> 2.4)
author Hans-G?nter Theisgen
date Wed Mar 16 10:31:26 2022 +0100 (2022-03-16)
parents f9c16f4ba2c0
children 7186c6ae9ee7
files libffcall/description.txt libffcall/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libffcall/description.txt	Wed Mar 16 10:31:26 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +GNU libffcall is a library which can be used to build foreign
     1.5 +function call interfaces in embedded interpreters.
     2.1 --- a/libffcall/receipt	Wed Mar 16 10:23:10 2022 +0100
     2.2 +++ b/libffcall/receipt	Wed Mar 16 10:31:26 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libffcall"
     2.7 -VERSION="2.2"
     2.8 +VERSION="2.4"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Foreign function call libraries."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  WEB_SITE="https://www.gnu.org/software/libffcall/"
    2.14 +REPOLOGY="ffcall"
    2.15  
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.18 @@ -25,15 +26,13 @@
    2.19  compile_rules()
    2.20  {
    2.21  	./configure $CONFIGURE_ARGS &&
    2.22 -	make -j1 &&
    2.23 +	make &&
    2.24  	make install
    2.25  }
    2.26  
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.28  genpkg_rules()
    2.29  {
    2.30 -	mkdir -p $fs/usr/lib
    2.31 -
    2.32 -	cp -a $install/usr/include	$fs/usr
    2.33 -	cp -a $install/usr/lib		$fs/usr
    2.34 +	cook_copy_folders	include
    2.35 +	cook_copy_folders	lib
    2.36  }