wok rev 24838

updated libtirpc and libtirpc-dev (1.2.5 -> 1.3.2)
author Hans-G?nter Theisgen
date Fri Mar 25 07:49:01 2022 +0100 (2022-03-25)
parents 4ab89f7482b3
children 5a464307b474
files libtirpc-dev/receipt libtirpc/description.txt libtirpc/receipt
line diff
     1.1 --- a/libtirpc-dev/receipt	Fri Mar 25 07:38:22 2022 +0100
     1.2 +++ b/libtirpc-dev/receipt	Fri Mar 25 07:49:01 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtirpc-dev"
     1.7 -VERSION="1.2.5"
     1.8 +VERSION="1.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Transport-Independent RPC library, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,9 +16,5 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 -
    1.18 -	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.19 -	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.20 -	cp -a $install/usr/include		$fs/usr
    1.21 +	get_dev_files
    1.22  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libtirpc/description.txt	Fri Mar 25 07:49:01 2022 +0100
     2.3 @@ -0,0 +1,2 @@
     2.4 +Libtirpc is a port of Suns Transport-Independent RPC library to Linux.
     2.5 +It's being developed by the Bull GNU/Linux NFSv4 project.
     3.1 --- a/libtirpc/receipt	Fri Mar 25 07:38:22 2022 +0100
     3.2 +++ b/libtirpc/receipt	Fri Mar 25 07:49:01 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libtirpc"
     3.7 -VERSION="1.2.5"
     3.8 +VERSION="1.3.2"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Transport-Independent RPC library."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -28,15 +28,13 @@
    3.13  		sysconfdir=/etc		\
    3.14  		--disable-gssapi	\
    3.15  		$CONFIGURE_ARGS &&
    3.16 -	make -j 1 &&
    3.17 +	make &&
    3.18  	make install
    3.19  }
    3.20  
    3.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.22  genpkg_rules()
    3.23  {
    3.24 -	mkdir -p $fs/usr/lib
    3.25 -
    3.26 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.27 -	cp -a $install/etc		$fs
    3.28 +	cook_copy_folders	etc
    3.29 +	cook_copy_files		*.so*
    3.30  }