wok annotate freetds-dev/receipt @ rev 25084
updated p4wn (1.0 -> 2.01)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 15 17:34:03 2022 +0100 (2022-06-15) |
parents | b12961aba199 |
children |
rev | line source |
---|---|
pascal@1183 | 1 # SliTaz package receipt. |
pascal@1183 | 2 |
pascal@1183 | 3 PACKAGE="freetds-dev" |
Hans-G?nter@24572 | 4 VERSION="1.3.9" |
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 { |
Hans-G?nter@24572 | 17 cook_copy_folders include |
Hans-G?nter@24572 | 18 cook_copy_files *.*a |
pascal@1183 | 19 } |