wok-current diff libffcall/receipt @ rev 25713
Up abiword (3.0.5), libwmf (0.2.13), fix wv url
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jun 14 11:35:21 2024 +0000 (4 months ago) |
parents | 71360a13cd94 |
children |
line diff
1.1 --- a/libffcall/receipt Fri Jan 28 18:19:21 2022 +0000 1.2 +++ b/libffcall/receipt Fri Jun 14 11:35:21 2024 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libffcall" 1.7 -VERSION="2.2" 1.8 +VERSION="2.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Foreign function call libraries." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.gnu.org/software/libffcall/" 1.14 +REPOLOGY="ffcall" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.18 @@ -25,15 +26,13 @@ 1.19 compile_rules() 1.20 { 1.21 ./configure $CONFIGURE_ARGS && 1.22 - make -j1 && 1.23 + make && 1.24 make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - mkdir -p $fs/usr/lib 1.31 - 1.32 - cp -a $install/usr/include $fs/usr 1.33 - cp -a $install/usr/lib $fs/usr 1.34 + cook_copy_folders include 1.35 + cook_copy_folders lib 1.36 }