wok rev 24572

updated freetds and freetds-dev (1.1.24 -> 1.3.9)
author Hans-G?nter Theisgen
date Sun Feb 27 07:32:20 2022 +0100 (2022-02-27)
parents 33b1bc3e872a
children c803f42edca1
files freetds-dev/receipt freetds/description.txt freetds/receipt
line diff
     1.1 --- a/freetds-dev/receipt	Sat Feb 26 22:02:57 2022 +0000
     1.2 +++ b/freetds-dev/receipt	Sun Feb 27 07:32:20 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetds-dev"
     1.7 -VERSION="1.1.24"
     1.8 +VERSION="1.3.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,9 +14,6 @@
    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/include	$fs/usr
    1.20 +	cook_copy_folders	include
    1.21 +	cook_copy_files		*.*a
    1.22  }
    1.23 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/freetds/description.txt	Sun Feb 27 07:32:20 2022 +0100
     2.3 @@ -0,0 +1,11 @@
     2.4 +FreeTDS is a set of libraries for Unix and Linux that allows
     2.5 +your programs to natively talk to Microsoft SQL Server and
     2.6 +Sybase databases.
     2.7 +
     2.8 +Technically speaking, FreeTDS is an open source implementation
     2.9 +of the TDS (Tabular Data Stream) protocol used by these
    2.10 +databases for their own clients.
    2.11 +It supports many different flavors of the protocol and three
    2.12 +APIs to access it.
    2.13 +Additionally FreeTDS works with other software such as Perl
    2.14 +and PHP, providing access from those languages as well.
     3.1 --- a/freetds/receipt	Sat Feb 26 22:02:57 2022 +0000
     3.2 +++ b/freetds/receipt	Sun Feb 27 07:32:20 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="freetds"
     3.7 -VERSION="1.1.24"
     3.8 +VERSION="1.3.9"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -29,9 +29,10 @@
    3.13  		--infodir=/usr/share/info	\
    3.14  		--sysconfdir=/etc		\
    3.15  		--mandir=/usr/share/man		\
    3.16 -		$CONFIGURE_ARGS 2>&1 | grep -v /config.rpath &&
    3.17 +		$CONFIGURE_ARGS &&
    3.18  	make &&
    3.19 -	make -j 1 DESTDIR=$DESTDIR install
    3.20 +	make install -j 1 DESTDIR=$DESTDIR
    3.21 +# Do not remove -j 1
    3.22  }
    3.23  
    3.24  # Rules to gen a SliTaz package suitable for Tazpkg.