wok-current view freetds-dev/receipt @ rev 25601

use gcc49-lib-base for openldap-dev
author Stanislas Leduc <shann@slitaz.org>
date Fri Sep 01 12:04:33 2023 +0000 (16 months ago)
parents b12961aba199
children a23978bfa665
line source
1 # SliTaz package receipt.
3 PACKAGE="freetds-dev"
4 VERSION="1.3.9"
5 CATEGORY="development"
6 SHORT_DESC="Microsoft SQL Server and Sybase databases client libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freetds.org/"
11 DEPENDS="freetds"
12 WANTED="freetds"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_folders include
18 cook_copy_files *.*a
19 }