wok diff libiodbc-dev/receipt @ rev 24955
updated nano and nano-doc (4.8 -> 6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 16:34:46 2022 +0100 (2022-04-23) |
parents | 749347c24b5c |
children | 1acbab5be51c |
line diff
1.1 --- a/libiodbc-dev/receipt Tue Mar 10 14:25:03 2020 +0100 1.2 +++ b/libiodbc-dev/receipt Sat Apr 23 16:34:46 2022 +0100 1.3 @@ -1,22 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libiodbc-dev" 1.7 -VERSION="3.52.13" 1.8 +VERSION="3.52.15" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The libiodbc development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2" 1.13 WEB_SITE="http://www.iodbc.org/" 1.14 1.15 +DEPENDS="pkg-config" 1.16 WANTED="libiodbc" 1.17 -DEPENDS="pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + get_dev_files 1.28 }