wok diff libiodbc/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 5ea0ce1cecc0
children 1acbab5be51c
line diff
     1.1 --- a/libiodbc/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/libiodbc/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libiodbc"
     1.7 -VERSION="3.52.13"
     1.8 +VERSION="3.52.15"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Independent Open DataBase Connectivity."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="http://www.iodbc.org/"
    1.14  
    1.15 -TARBALL="$PACKAGE-$VERSION.zip"
    1.16 -WGET_URL="https://github.com/openlink/iODBC/archive/v$VERSION.zip"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 +WGET_URL="https://github.com/openlink/iODBC/archive/refs/tags/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS=""
    1.21  BUILD_DEPENDS="automake libtool"
    1.22 @@ -32,8 +32,6 @@
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr/lib
    1.27 -
    1.28 -	cp -a $install/usr/bin		$fs/usr
    1.29 -	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.30 +	cook_copy_folders	bin
    1.31 +	cook_copy_files		*.so*
    1.32  }