wok annotate freetds-dev/receipt @ rev 23104

Up perl-net-pcap (0.18)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 12 11:27:14 2020 +0100 (2020-03-12)
parents 9358cf58d82f
children b0893fb49894
rev   line source
pascal@1183 1 # SliTaz package receipt.
pascal@1183 2
pascal@1183 3 PACKAGE="freetds-dev"
Hans-G?nter@22779 4 VERSION="1.1.24"
pascal@1183 5 CATEGORY="development"
pascal@1183 6 SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
pascal@1183 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15154 8 LICENSE="GPL2"
pascal@21555 9 WEB_SITE="https://www.freetds.org/"
pascal@1183 10
pascal@15154 11 DEPENDS="freetds"
Hans-G?nter@22779 12 WANTED="freetds"
pascal@15154 13
pascal@1183 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1183 15 genpkg_rules()
pascal@1183 16 {
pascal@1183 17 mkdir -p $fs/usr/lib
Hans-G?nter@22779 18
Hans-G?nter@22779 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22779 20 cp -a $install/usr/include $fs/usr
pascal@1183 21 }
Hans-G?nter@22780 22